Update tools.py

This commit is contained in:
gutosie
2022-02-07 12:28:47 +02:00
committed by GitHub
parent 214110bc8a
commit 50fed8ade4

View File

@@ -273,7 +273,7 @@ class MBTools(Screen):
self.list.append(res)
self['list']. list = self.list
if "vu" + getBoxVuModel() == getBoxHostName() and getCPUtype() == "MIPS" and not fileExists('/.multinfo'):
if "vu" + getBoxVuModel() == getBoxHostName() or getBoxHostName() == "et5x00 " and getCPUtype() == "MIPS" and not fileExists('/.multinfo'):
res = (_('Boot Managers.'), png, 26)
self.list.append(res)
self['list']. list = self.list