Bring renpy sync back

This commit is contained in:
2024-10-05 09:19:47 -05:00
parent 7904646359
commit 42c05f0cbf

View File

@ -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