mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-22 16:20:24 +01:00
Update tools.py
This commit is contained in:
@@ -273,11 +273,16 @@ class MBTools(Screen):
|
|||||||
self.list.append(res)
|
self.list.append(res)
|
||||||
self['list']. list = self.list
|
self['list']. list = self.list
|
||||||
|
|
||||||
res = (_('NeoBoot Information'), png, 26)
|
if "vu" + getBoxVuModel() == getBoxHostName() and getCPUtype() == "MIPS":
|
||||||
|
res = (_('Boot Managers.'), png, 26)
|
||||||
self.list.append(res)
|
self.list.append(res)
|
||||||
self['list']. list = self.list
|
self['list']. list = self.list
|
||||||
|
|
||||||
res = (_('NeoBoot donate'), png, 27)
|
res = (_('NeoBoot Information'), png, 27)
|
||||||
|
self.list.append(res)
|
||||||
|
self['list']. list = self.list
|
||||||
|
|
||||||
|
res = (_('NeoBoot donate'), png, 28)
|
||||||
self.list.append(res)
|
self.list.append(res)
|
||||||
self['list']. list = self.list
|
self['list']. list = self.list
|
||||||
|
|
||||||
@@ -337,9 +342,11 @@ class MBTools(Screen):
|
|||||||
pass
|
pass
|
||||||
if self.sel == 25 and self.session.open(InitializationFormattingDisk):
|
if self.sel == 25 and self.session.open(InitializationFormattingDisk):
|
||||||
pass
|
pass
|
||||||
if self.sel == 26 and self.session.open(MultiBootMyHelp):
|
if self.sel == 26 and self.session.open(BootManagers):
|
||||||
pass
|
pass
|
||||||
if self.sel == 27 and self.session.open(neoDONATION):
|
if self.sel == 27 and self.session.open(MultiBootMyHelp):
|
||||||
|
pass
|
||||||
|
if self.sel == 28 and self.session.open(neoDONATION):
|
||||||
pass
|
pass
|
||||||
# if self.sel == 28and self.session.open(CheckInternet):
|
# if self.sel == 28and self.session.open(CheckInternet):
|
||||||
# pass
|
# pass
|
||||||
|
|||||||
Reference in New Issue
Block a user