diff options
Diffstat (limited to 'lib/python/Screens/TutorialWizard.py')
| -rw-r--r-- | lib/python/Screens/TutorialWizard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/TutorialWizard.py b/lib/python/Screens/TutorialWizard.py index c90ed365..9e97b7e7 100644 --- a/lib/python/Screens/TutorialWizard.py +++ b/lib/python/Screens/TutorialWizard.py @@ -30,4 +30,4 @@ class TutorialWizard(Wizard): config.misc.firstruntutorial.value = False config.misc.firstruntutorial.save() -#wizardManager.registerWizard(TutorialWizard, config.misc.firstruntutorial.value) +#wizardManager.registerWizard(TutorialWizard, config.misc.firstruntutorial.value, priority = 30) |
