Update plugin.py

This commit is contained in:
gutosie
2021-11-29 18:28:24 +02:00
committed by GitHub
parent 44bab4f9c7
commit 84ef432898

View File

@@ -739,6 +739,8 @@ class NeoBootImageChoose(Screen):
self['label21'] = Label('On - VIP') self['label21'] = Label('On - VIP')
else: else:
self['label21'] = Label('Off - VIP') self['label21'] = Label('Off - VIP')
if not fileExists('/usr/lib/periodon/.accessdate'):
self['label22'] = Label('PRESS VIP PIN CODE NOW: xxxx')
self['actions'] = ActionMap(['WizardActions', self['actions'] = ActionMap(['WizardActions',
'ColorActions', 'ColorActions',
'MenuActions', 'MenuActions',