add zgemmah9se png

This commit is contained in:
gutosie
2021-09-26 11:45:00 +03:00
committed by GitHub
parent f12dd22f11
commit 5859b53b30

View File

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