Skip to content

Commit

Permalink
Revert "[Standby]"
Browse files Browse the repository at this point in the history
This reverts commit 71629ac.
  • Loading branch information
jbleyel committed Dec 20, 2023
1 parent 71629ac commit 1dadea2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/python/Screens/Standby.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,3 +455,6 @@ def __onShow(self):
def __onHide(self):
global inTryQuitMainloop
inTryQuitMainloop = False

def createSummary(self): # Suppress the normal MessageBox ScreenSummary screen.
return None

0 comments on commit 1dadea2

Please sign in to comment.