Skip to content

Commit

Permalink
Notification prefix is not needed, AddNotification is imported directly
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Sep 17, 2022
1 parent 81bb043 commit 8a3b01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self):

def gotostandby(self):
if not Screens.Standby.inStandby and not Screens.Standby.inTryQuitMainloop:
Notifications.AddNotification(Screens.Standby.Standby, self.wakeup_timer_enabled and 1 or True)
AddNotification(Screens.Standby.Standby, self.wakeup_timer_enabled and 1 or True)

def wasTimerWakeup(self):
return self.__wasTimerWakeup
Expand Down

0 comments on commit 8a3b01f

Please sign in to comment.