mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-13 17:30:01 +00:00
fix(setting): max taps, needs_reload_ui
This commit is contained in:
@@ -1 +1 @@
|
||||
__version__ = "24.5.1"
|
||||
__version__ = "24.5.2-dev.0"
|
||||
|
||||
@@ -854,11 +854,11 @@ def on_ui_settings():
|
||||
"ad_max_models",
|
||||
shared.OptionInfo(
|
||||
default=4,
|
||||
label="Max models",
|
||||
label="Max taps",
|
||||
component=gr.Slider,
|
||||
component_args={"minimum": 1, "maximum": 15, "step": 1},
|
||||
section=section,
|
||||
),
|
||||
).needs_reload_ui(),
|
||||
)
|
||||
|
||||
shared.opts.add_option(
|
||||
|
||||
Reference in New Issue
Block a user