aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_loadsave.py
diff options
context:
space:
mode:
authorw-e-w <40751091+w-e-w@users.noreply.github.com>2023-12-18 15:27:41 +0900
committerw-e-w <40751091+w-e-w@users.noreply.github.com>2023-12-18 15:27:41 +0900
commit10945aa41a158ee03727c5ea77d4ffff6b5370f0 (patch)
tree714d7c15124595aa4beaf2763defa8316b53748c /modules/ui_loadsave.py
parentde03882d6ca56bc81058f5120f028678a6a54aaa (diff)
only rewrite ui-config when there is change
and a typo
Diffstat (limited to 'modules/ui_loadsave.py')
-rw-r--r--modules/ui_loadsave.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui_loadsave.py b/modules/ui_loadsave.py
index 7826786c..693ff75c 100644
--- a/modules/ui_loadsave.py
+++ b/modules/ui_loadsave.py
@@ -144,7 +144,7 @@ class UiLoadsave:
json.dump(current_ui_settings, file, indent=4, ensure_ascii=False)
def dump_defaults(self):
- """saves default values to a file unless tjhe file is present and there was an error loading default values at start"""
+ """saves default values to a file unless the file is present and there was an error loading default values at start"""
if self.error_loading and os.path.exists(self.filename):
return