settings redesign

This commit is contained in:
Vladimir Mandic
2023-08-30 07:16:25 -04:00
parent 5e14178b3d
commit 72e62078c5
9 changed files with 97 additions and 68 deletions
-1
View File
@@ -443,5 +443,4 @@ def on_script_unloaded(callback):
def on_before_ui(callback):
"""register a function to be called before the UI is created."""
add_callback(callback_map['callbacks_before_ui'], callback)