From c13a2fe8f1c0ff29aca5efc565b7fe75c72d5cf6 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 7 Dec 2021 14:26:09 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index bb3be79..4a05f67 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -754,7 +754,9 @@ class NeoBootImageChoose(Screen): if getCheckActivateVip() != getBoxMacAddres(): self['label22'] = Label('Ethernet MAC not found !') if not fileExists('/usr/lib/periodon/.kodn'): - self['label22'] = Label('PRESS VIP PIN CODE NOW: xxxx') + self['label22'] = Label('PRESS VIP PIN CODE NOW: xxxx') + if getTestToTest() != UPDATEVERSION: + self['label22'] = Label('Update ' + getTestToTest() + ' is available!!!') self['actions'] = ActionMap(['WizardActions', 'ColorActions', 'MenuActions',