fix formatting

This commit is contained in:
Eyrie
2022-09-25 12:56:13 +02:00
committed by AUTOMATIC1111
parent ba34b790d3
commit e13912dfde

View File

@@ -117,6 +117,7 @@ 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}