aboutsummaryrefslogtreecommitdiff
path: root/modules/paths_internal.py
diff options
context:
space:
mode:
authorspace-nuko <24979496+space-nuko@users.noreply.github.com>2023-03-29 16:46:03 -0500
committerspace-nuko <24979496+space-nuko@users.noreply.github.com>2023-03-29 16:55:33 -0500
commitad5afcaae0b47e9e68b49aacf04cc3ad59d41a8e (patch)
treec19ff21799dbbd6d639955ddb55805c526e4897f /modules/paths_internal.py
parent22bcc7be428c94e9408f589966c2040187245d81 (diff)
Save/restore working webui/extension configs
Diffstat (limited to 'modules/paths_internal.py')
-rw-r--r--modules/paths_internal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/paths_internal.py b/modules/paths_internal.py
index 926ec3bb..6765bafe 100644
--- a/modules/paths_internal.py
+++ b/modules/paths_internal.py
@@ -20,3 +20,4 @@ data_path = cmd_opts_pre.data_dir
models_path = os.path.join(data_path, "models")
extensions_dir = os.path.join(data_path, "extensions")
extensions_builtin_dir = os.path.join(script_path, "extensions-builtin")
+config_states_dir = os.path.join(script_path, "config_states")