Skip to content

Commit

Permalink
[CronTimer] add missing action
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Nov 30, 2022
1 parent a0fa5b0 commit a9e98d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/CronTimer.py
Expand Up @@ -272,7 +272,7 @@ def __init__(self, session):
ConfigListScreen.__init__(self, self.list, session=self.session, on_change=self.changedEntry)
self['key_red'] = Label(_("Close"))
self['key_green'] = Label(_("Save"))
self['actions'] = ActionMap(['WizardActions', 'ColorActions', "MenuActions"],
self['actions'] = ActionMap(['WizardActions', 'ColorActions', "MenuActions", "VirtualKeyboardActions"],
{
'red': self.close,
'green': self.checkentry,
Expand Down

0 comments on commit a9e98d1

Please sign in to comment.