From 5859b53b30623c5b193eb726a09448d699df8ee3 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 26 Sep 2021 11:45:00 +0300 Subject: [PATCH] add zgemmah9se png --- NeoBoot/files/tools.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 3bf97b2..9abc9b8 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -1354,7 +1354,9 @@ class SkinChange(Screen): elif getBoxHostName() == 'bre2ze4k': system('cp -r ' + LinkNeoBoot + '/images/bre2ze4k.png ' + LinkNeoBoot + '/images/box.png') elif getBoxHostName() == 'lunix4k': - system('cp -r ' + LinkNeoBoot + '/images/lunix4k.png ' + LinkNeoBoot + '/images/box.png') + system('cp -r ' + LinkNeoBoot + '/images/lunix4k.png ' + LinkNeoBoot + '/images/box.png') + elif getBoxHostName() == 'zgemmah9s': + system('cp -r ' + LinkNeoBoot + '/images/zgemmah9se.png ' + LinkNeoBoot + '/images/box.png') else: system('cp -r ' + LinkNeoBoot + '/images/logo.png ' + LinkNeoBoot + '/images/box.png')