Persist global brightness settings.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-08 19:39:29 +13:00
parent 39390b2311
commit d82fd9e47c
2 changed files with 9 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ class Settings(dict):
self["debug"] = False
self["startup_preset"] = None
self["brightness"] = 255
def save(self):
try: