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,