From 36413a6274e0c1e7e54226ea4d73cbdc1938e215 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 2 Feb 2022 20:39:22 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index a828537..10cfc6f 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -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