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