Change rollback side to only appear on Android

This commit is contained in:
Map 2024-10-06 18:17:54 -05:00
parent c14c7b43be
commit 302c2f6b10

View file

@ -977,6 +977,7 @@ screen preferences():
textbutton _("Window") activate_sound "audio/ui/uiOptionOn.wav" action Preference("display", "any window") textbutton _("Window") activate_sound "audio/ui/uiOptionOn.wav" action Preference("display", "any window")
textbutton _("Fullscreen") activate_sound "audio/ui/uiOptionOn.wav" action Preference("display", "fullscreen") textbutton _("Fullscreen") activate_sound "audio/ui/uiOptionOn.wav" action Preference("display", "fullscreen")
if renpy.variant(["mobile", "steam_deck"]):
vbox: vbox:
style_prefix "radio" style_prefix "radio"
label _("Rollback Side") label _("Rollback Side")