mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-12 15:38:52 +01:00
update update msgbox
This commit is contained in:
parent
2150f57b4f
commit
aca93b56c3
@ -269,7 +269,7 @@ class UpdatePage(Page):
|
||||
self._Screen.Draw()
|
||||
|
||||
if "version" in json_:
|
||||
self._ConfirmPage.SnapMsg(MyLangManager.Tr("ConfirmUpdateToFQ") % (json_["version"] + "#" + json_["gitversion"]) )
|
||||
self._ConfirmPage.SnapMsg(MyLangManager.Tr("UpdateToFQ") % (json_["version"] + "-" + json_["gitversion"]) )
|
||||
else:
|
||||
self._ConfirmPage.SnapMsg(MyLangManager.Tr("UpdateToFQ") % json_["gitversion"] )
|
||||
self._Screen.SwapAndShow()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user