From 0b47527007cfdf26ef2e79ab520220ec595d7bbe Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 7 Jan 2020 19:04:56 +0200 Subject: [PATCH] update --- NeoBoot/plugin.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index a86f018..4692fb0 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1077,13 +1077,12 @@ valign="center" backgroundColor="black" transparent="1" foregroundColor="white" from Plugins.Extensions.NeoBoot.files.tools import ReinstallKernel self.session.open(ReinstallKernel) - def neoboot_update(self): - self.messagebox = self.session.open(MessageBox, _('Updated unnecessary, you have the latest version. Please try again later.'), MessageBox.TYPE_INFO, 8) - self.close() - - ##/////NA CZAS TESTU UPDATE ZATRZYMANE\\\\\#################################### - def STOPneoboot_update(self): +# def neoboot_update(self): +# self.messagebox = self.session.open(MessageBox, _('Updated unnecessary, you have the latest version. Please try again later.'), MessageBox.TYPE_INFO, 8) +# self.close() + + def neoboot_update(self): if fileExists('/.multinfo'): mess = _('Downloading available only from the image Flash.')