Fixes persistent cache and some spanish bull

This commit is contained in:
2023-01-01 04:35:50 -03:00
parent 67a17705aa
commit 529fcd36f6
4 changed files with 24 additions and 10 deletions

View File

@ -1004,7 +1004,7 @@ screen preferences():
vbox:
style_prefix "check"
label _("Performance")
textbutton _("Cache Surfaces") action [Function(onclick_audio, config.cache_surfaces), ToggleVariable("config.cache_surfaces", True, False)]
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.