From 25a978214fbd7cd078825a9a44726fcea8231c30 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 23 Mar 2022 19:32:42 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index d4054d9..b695a1d 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -190,8 +190,7 @@ class NeoBootInstallation(Screen): self['actions'] = ActionMap(['WizardActions', 'ColorActions', 'MenuActions', 'NumberActionMap', 'SetupActions', 'number' 'DirectionActions'], {'red': self.Instrukcja, 'green': self.checkinstall, 'ok': self.checkinstall, - '3': self.checkinstall, - '4': self.checkinstall, + '0': self.checkinstall, 'menu': self.helpneo, '1': self.datadrive, '2': self.deleteneo,