diff options
author | Eyrie <me@eyriewow.com> | 2022-09-25 10:56:32 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-25 14:11:07 +0000 |
commit | 4c3d4aad60ffd701967ce1d358c37a33c941bb44 (patch) | |
tree | 470c68ebe21a19d8ebef1d42f27f96d36b192cb4 | |
parent | e13912dfde4d3d6a8a8bbcd1f54275b17eca13a1 (diff) | |
download | stable-diffusion-webui-gfx803-4c3d4aad60ffd701967ce1d358c37a33c941bb44.tar.gz stable-diffusion-webui-gfx803-4c3d4aad60ffd701967ce1d358c37a33c941bb44.tar.bz2 stable-diffusion-webui-gfx803-4c3d4aad60ffd701967ce1d358c37a33c941bb44.zip |
fix formatting
-rw-r--r-- | modules/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py index 527c8527..01076be5 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -117,9 +117,9 @@ def options_section(section_identifer, options_dict): for k, v in options_dict.items():
v.section = section_identifer
-
return options_dict
+
hide_dirs = {"visible": not cmd_opts.hide_ui_dir_config}
options_templates = {}
|