checkpoint dealing with personal manager/editor
This commit is contained in:
@@ -89,3 +89,4 @@ class PresetManager:
|
||||
path.parent.mkdir(parents=True, exist_ok=True)
|
||||
with open(path, "wb") as f:
|
||||
f.write(tomli_w.dumps(data).encode("utf-8"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user