Update tools.py

This commit is contained in:
gutosie
2022-02-02 20:39:22 +02:00
committed by GitHub
parent 74b0d6e042
commit 36413a6274

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":
if "vu" + getBoxVuModel() == getBoxHostName() and getCPUtype() == "MIPS" and not fileExists('/.multinfo')::
res = (_('Boot Managers.'), png, 26)
self.list.append(res)
self['list']. list = self.list