mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 03:45:48 +01:00
Update neoreboot
This commit is contained in:
@@ -74,7 +74,7 @@ def main(session, **kwargs):
|
||||
|
||||
|
||||
def startSetup(menuid):
|
||||
if menuid != 'setup':
|
||||
if menuid != 'mainmenu':
|
||||
return []
|
||||
return [(_('NeoReboot'),
|
||||
main,
|
||||
@@ -87,4 +87,4 @@ def Plugins(path, **kwargs):
|
||||
list = [PluginDescriptor(name=_('NeoReboot'), description=_('Force reboot to flash.'), where=PluginDescriptor.WHERE_MENU, fnc=startSetup)]
|
||||
return list
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user