mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 20:05:48 +01:00
Update plugin.py
This commit is contained in:
@@ -742,7 +742,7 @@ class NeoBootImageChoose(Screen):
|
||||
self['label11'] = Label('')
|
||||
self['label12'] = Label('')
|
||||
self['label13'] = Label(_('Version update: '))
|
||||
if fileExists('/usr/lib/periodon/.kodn'):
|
||||
if fileExists('/usr/lib/periodon/.accessdate'):
|
||||
self['label14'] = Label(_('NeoBoot version VIP: '))
|
||||
else:
|
||||
self['label14'] = Label(_('NeoBoot version: '))
|
||||
@@ -752,10 +752,10 @@ class NeoBootImageChoose(Screen):
|
||||
self['label18'] = Label('')
|
||||
self['label19'] = Label('')
|
||||
self['label20'] = Label('')
|
||||
if getCheckActivateVip() == getBoxMacAddres():
|
||||
self['label21'] = Label('VIP: On')
|
||||
if fileExists('/usr/lib/periodon/.accessdate'):
|
||||
self['label21'] = Label('On - VIP')
|
||||
else:
|
||||
self['label21'] = Label('VIP: Off')
|
||||
self['label21'] = Label('Off - VIP')
|
||||
self['actions'] = ActionMap(['WizardActions',
|
||||
'ColorActions',
|
||||
'MenuActions',
|
||||
|
||||
Reference in New Issue
Block a user