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')