mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-24 19:04:54 +01:00
Merge Fix
This commit is contained in:
parent
d2d9591339
commit
2c9bfdfb1e
1 changed files with 2 additions and 2 deletions
|
@ -697,9 +697,9 @@ screen updates():
|
||||||
action ToggleScreenVariable('input_on')
|
action ToggleScreenVariable('input_on')
|
||||||
style_prefix "quick"
|
style_prefix "quick"
|
||||||
if persistent.updateresult != "No new version is available":
|
if persistent.updateresult != "No new version is available":
|
||||||
textbutton _("Update Now!") activate_sound "audio/ui/uiNotification.wav" action [updater.Update(persistent.updateWebServer, force=False)]
|
textbutton _("{size=36}Update Now!\n{/size}") activate_sound "audio/ui/uiNotification.wav" action [updater.Update(persistent.updateWebServer, force=False)]
|
||||||
else:
|
else:
|
||||||
textbutton _("Update Now!") activate_sound "audio/ui/uiBack.wav" action [Notify("Nothing to update to!")]
|
textbutton _("{size=36}Update Now!\n{/size}") activate_sound "audio/ui/uiBack.wav" action [Notify("Nothing to update to!")]
|
||||||
use extrasnavigation
|
use extrasnavigation
|
||||||
|
|
||||||
## Load and Save screens #######################################################
|
## Load and Save screens #######################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue