mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-04 21:10:01 +00:00
fix: shared optionsinfo callable args
This commit is contained in:
@@ -12,7 +12,7 @@ if TYPE_CHECKING:
|
||||
default: Any = None
|
||||
label: str = ""
|
||||
component: Any = None
|
||||
component_args: dict[str, Any] | None = None
|
||||
component_args: Callable[[], dict] | dict[str, Any] | None = None
|
||||
onchange: Callable[[], None] | None = None
|
||||
section: tuple[str, str] | None = None
|
||||
refresh: Callable[[], None] | None = None
|
||||
|
||||
Reference in New Issue
Block a user