Fixed window settings persistence; improved color scheme

This commit is contained in:
2023-10-07 17:12:02 -05:00
parent ea7d82b1bb
commit 7c46e5eb4b
3 changed files with 9 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ class BuiltinsException(Exception):
...
# NOTE: Threads WILL NOT die with parent's destruction.
def threaded_wrapper(fn):
def wrapper(*args, **kwargs):