Bring renpy sync back
This commit is contained in:
@ -893,11 +893,13 @@ screen file_slots(title, flag=False):
|
||||
key "save_delete" action FileDelete(slot)
|
||||
|
||||
## Buttons to access other pages.
|
||||
hbox:
|
||||
vbox:
|
||||
style_prefix "page"
|
||||
|
||||
xalign 0.5
|
||||
yalign 1.0
|
||||
hbox:
|
||||
xalign 0.5
|
||||
|
||||
spacing gui.page_spacing
|
||||
|
||||
@ -915,6 +917,16 @@ screen file_slots(title, flag=False):
|
||||
|
||||
textbutton _(">") activate_sound "audio/ui/uiRollover.wav" action FilePageNext(max=9)
|
||||
|
||||
if config.has_sync:
|
||||
if CurrentScreenName() == "save":
|
||||
textbutton _("Upload Sync"):
|
||||
action UploadSync()
|
||||
xalign 0.5
|
||||
else:
|
||||
textbutton _("Download Sync"):
|
||||
action DownloadSync()
|
||||
xalign 0.5
|
||||
|
||||
|
||||
style page_label is gui_label
|
||||
style page_label_text is gui_label_text
|
||||
|
Reference in New Issue
Block a user