mirror of
https://github.com/altoiddealer/--sd-webui-ar-plusplus.git
synced 2026-05-01 03:31:38 +00:00
Format code
This commit is contained in:
@@ -486,6 +486,7 @@ class AspectRatioScript(scripts.Script):
|
|||||||
def _arc_hide_logic_update():
|
def _arc_hide_logic_update():
|
||||||
global is_reverse_logic_mode
|
global is_reverse_logic_mode
|
||||||
is_reverse_logic_mode = not is_reverse_logic_mode
|
is_reverse_logic_mode = not is_reverse_logic_mode
|
||||||
|
|
||||||
return [
|
return [
|
||||||
arc_show_logic.update(visible=True),
|
arc_show_logic.update(visible=True),
|
||||||
arc_hide_logic.update(visible=False),
|
arc_hide_logic.update(visible=False),
|
||||||
|
|||||||
Reference in New Issue
Block a user