mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +01:00
use of Function() to call UpdateCheck()
This commit is contained in:
parent
397de2b950
commit
002405a5fc
1 changed files with 1850 additions and 1850 deletions
|
@ -724,7 +724,7 @@ screen updates():
|
||||||
##style_prefix "check"
|
##style_prefix "check"
|
||||||
label _("Auto Update")
|
label _("Auto Update")
|
||||||
#textbutton _("Enable Automatic Updates") action ToggleVariable("persistent.autoup", True, False)
|
#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")
|
label _("Update Result:\n")
|
||||||
text _("[persistent.updateresult!t]\n")
|
text _("[persistent.updateresult!t]\n")
|
||||||
textbutton "Back to Extras" action ShowMenu("extras")
|
textbutton "Back to Extras" action ShowMenu("extras")
|
||||||
|
|
Loading…
Reference in a new issue