This commit is contained in:
AUTOMATIC 2022-10-22 19:19:17 +03:00
parent d37cfffd53
commit dbc8ab65f6

View File

@ -48,6 +48,6 @@ def on_ui_tabs(callback):
def on_ui_settings(callback):
"""register a function to be called before UI settingsare populated; add your settings
"""register a function to be called before UI settings are populated; add your settings
by using shared.opts.add_option(shared.OptionInfo(...)) """
callbacks_ui_settings.append(callback)