X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/15d7074f55a2c3dd38ce9877626be6ec32b448d2..d4fb39b22f791a7b30e3b3e2077d7410495bb9bb:/mytest.py diff --git a/mytest.py b/mytest.py old mode 100644 new mode 100755 index 8f23beac..c335bf2d --- a/mytest.py +++ b/mytest.py @@ -76,7 +76,6 @@ from Components.PluginComponent import plugins profile("LOAD:Wizard") from Screens.Wizard import wizardManager from Screens.DefaultWizard import * -from Screens.ImageWizard import * from Screens.StartWizard import * from Screens.TutorialWizard import * import Screens.Rc @@ -343,6 +342,9 @@ class PowerKey: self.session.open(Screens.Standby.TryQuitMainloop, 1) def powerlong(self): + if Screens.Standby.inTryQuitMainloop or (self.session.current_dialog and not self.session.current_dialog.ALLOW_SUSPEND): + return + self.standbyblocked = 1 action = config.usage.on_long_powerpress.value if action == "shutdown":