mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
minor fixes
This commit is contained in:
@@ -295,6 +295,8 @@ def temp_disable_extensions():
|
||||
disable_themes.append('sdnext-ui-ux')
|
||||
if theme_name.lower() != 'lobe':
|
||||
disable_themes.append('sd-webui-lobe-theme')
|
||||
if theme_name.lower() != 'cozy-nest':
|
||||
disable_themes.append('Cozy-Nest')
|
||||
for ext in disable_themes:
|
||||
if ext not in opts.disabled_extensions:
|
||||
disabled.append(ext)
|
||||
|
||||
Reference in New Issue
Block a user