X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e05bb5ca7a0a564097298c5bfe6bbd744efb0c7f..cfeea5d7bda036654206eefdb2ae96b03bd31969:/data/startwizard.xml diff --git a/data/startwizard.xml b/data/startwizard.xml index 8fcf8f41..70a6e0dc 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -73,7 +73,8 @@ self.selectKey("RIGHT") -self.condition = config.misc.startwizard.doservicescan.value +from Components.NimManager import nimmanager +self.condition = config.misc.startwizard.doservicescan.value and nimmanager.somethingConnected() self.hideRc() @@ -87,7 +88,8 @@ self.hideRc() -self.condition = config.misc.startwizard.doservicescan.value +from Components.NimManager import nimmanager +self.condition = config.misc.startwizard.doservicescan.value and nimmanager.somethingConnected() self.hideRc() @@ -100,21 +102,24 @@ self.hideRc() -self.condition = config.misc.startwizard.doservicescan.value +from Components.NimManager import nimmanager +self.condition = config.misc.startwizard.doservicescan.value and nimmanager.somethingConnected() -self.condition = config.misc.startwizard.doservicescan.value +from Components.NimManager import nimmanager +self.condition = config.misc.startwizard.doservicescan.value and nimmanager.somethingConnected() -self.condition = config.misc.startwizard.doservicescan.value +from Components.NimManager import nimmanager +self.condition = config.misc.startwizard.doservicescan.value and nimmanager.somethingConnected() @@ -160,7 +165,10 @@ config.ParentalControl.setuppin.save() - + + +self.condition = self.isLastWizard +