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:
@@ -52,7 +52,7 @@ if not fileExists('/etc/vtiversion.info') and not fileExists('/etc/bhversion') a
|
||||
else:
|
||||
from Screens.Console import Console
|
||||
loggscrash = time.localtime(time.time())
|
||||
PLUGINVERSION = '9.50'
|
||||
PLUGINVERSION = '9.51'
|
||||
UPDATEVERSION = '9.51'
|
||||
UPDATEDATE = '"+%Y11%d"'
|
||||
LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'
|
||||
@@ -1808,7 +1808,7 @@ def main(session, **kwargs):
|
||||
|
||||
def menu(menuid, **kwargs):
|
||||
if menuid == 'mainmenu':
|
||||
return [(_('NeoBOOT'),
|
||||
return [(_('N E O B O O T'),
|
||||
main,
|
||||
'neo_boot',
|
||||
1)]
|
||||
|
||||
Reference in New Issue
Block a user