Merge pull request 'Correction to Fixes #7 - Game should be able to update itself' (#42) from coolestskinnieinthejungle-patch-updates into updates

Reviewed-on: https://git.snootgame.xyz/Cavemanon/SnootGame/pulls/42
This commit is contained in:
tick bumley 2021-06-24 15:07:16 +00:00
commit 06df0be4b5
1 changed files with 1850 additions and 1850 deletions

View File

@ -724,7 +724,7 @@ screen updates():
##style_prefix "check"
label _("Auto Update")
#textbutton _("Enable Automatic Updates") action ToggleVariable("persistent.autoup", True, False)
textbutton _("Update Now!") action UpdateCheck()
textbutton _("Update Now!") action Function(UpdateCheck)
label _("Update Result:\n")
text _("[persistent.updateresult!t]\n")
textbutton "Back to Extras" action ShowMenu("extras")