Goodbye cache high

This commit is contained in:
GManon 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.

View File

@ -167,12 +167,6 @@ define TeamMember = Character(_('Team member'), base, color="#D32552", who_outli
define Everyone = Character(_('Everyone'), base, color="#A45489", who_outline=[(gui.name_text_thickness, '#4F5F81')])
define Chet = Character(_('Chet'), base, color="#B45411", who_outline=[(gui.name_text_thickness, '#BF5F81')])
#Misc bulshit for cache config
default persistent.chache = False
init python:
config.cache_surfaces = persistent.cache
#Custom Vars for positions
transform scenter: