From 4c0a47e34e29ea1bd176f705fd2c3dea3a28ae19 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 23 Mar 2022 19:32:16 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 3fd679d..d4054d9 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -190,6 +190,8 @@ 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, 'menu': self.helpneo, '1': self.datadrive, '2': self.deleteneo,