From befe816eda2c0731bf6e84093e91a9affae5e809 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 17 Feb 2021 23:03:53 +0200 Subject: [PATCH] Add files via upload --- NeoBoot/files/tools.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index 39a8309..23b2582 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -1300,6 +1300,8 @@ class SkinChange(Screen): system('cp -r ' + LinkNeoBoot + '/images/ustym4kpro.png ' + LinkNeoBoot + '/images/box.png') elif getBoxHostName() == 'h7' or getBoxHostName() == 'zgemmah7' : system('cp -r ' + LinkNeoBoot + '/images/zgmmah7.png ' + LinkNeoBoot + '/images/box.png') + elif getBoxHostName() == 'vusolo2': + system('cp -r ' + LinkNeoBoot + '/images/solo2.png ' + LinkNeoBoot + '/images/box.png') cmd = "echo -e '\n\n%s '" % _('Please wait, NeoBot is working, skin change is progress...') cmd1 = 'rm -f ' +LinkNeoBoot+ '/usedskin.p*; sleep 2'