mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-20 15:29:41 +01:00
Update tools.py
This commit is contained in:
@@ -2648,7 +2648,7 @@ class UploadNEO3(Screen):
|
|||||||
def goNEO(self):
|
def goNEO(self):
|
||||||
from Plugins.Extensions.NeoBoot.plugin import NeoBootImageChoose
|
from Plugins.Extensions.NeoBoot.plugin import NeoBootImageChoose
|
||||||
self.session.open(NeoBootImageChoose)
|
self.session.open(NeoBootImageChoose)
|
||||||
self.myClose(_('NeoBoot successfully updated IPTVPlayer.\nHave fun !!'))
|
self.myClose(_('NeoBoot successfully updated.\nDo full restart STB.'))
|
||||||
|
|
||||||
def myClose(self, message):
|
def myClose(self, message):
|
||||||
self.session.open(MessageBox, message, MessageBox.TYPE_INFO, 10)
|
self.session.open(MessageBox, message, MessageBox.TYPE_INFO, 10)
|
||||||
|
|||||||
Reference in New Issue
Block a user