Goodbye cache high

This commit is contained in:
2023-01-01 05:13:05 -03:00
parent 529fcd36f6
commit ce0d964872
2 changed files with 0 additions and 11 deletions

View File

@@ -1001,11 +1001,6 @@ screen preferences():
textbutton _("After Choices") action [Function(onclick_audio, preferences.skip_after_choices), ToggleVariable("preferences.skip_after_choices", True, False)]
textbutton _("Transitions") action [Function(onclick_audio, preferences.transitions, True), ToggleVariable("preferences.transitions", 0, 2)]
vbox:
style_prefix "check"
label _("Performance")
textbutton _("Cache Surfaces") action [Function(onclick_audio, persistent.cache), ToggleVariable("persistent.cache", True, False), ToggleVariable("config.cache_surfaces", True, False)]
## Additional vboxes of type "radio_pref" or "check_pref" can be
## added here, to add additional creator-defined preferences.