Update tools.py

This commit is contained in:
gutosie
2021-02-20 22:42:59 +02:00
committed by GitHub
parent 34abf2d599
commit aaa354183f

View File

@@ -1237,6 +1237,10 @@ class CheckInstall(Screen):
self.session.openWithCallback(self.close, Console, _('NeoBoot....'), [cmd,
cmd1])
self.close()
def myClose(self, message):
self.session.open(MessageBox, message, MessageBox.TYPE_INFO)
self.close()
class SkinChange(Screen):