1
0

qml: add LabelSync toggle

This commit is contained in:
Sander van Grieken
2023-07-11 12:51:37 +02:00
parent bb8c73cabd
commit b6863b4854
7 changed files with 68 additions and 24 deletions

View File

@@ -218,6 +218,7 @@ def hook(func):
hook_names.add(func.__name__)
return func
def run_hook(name, *args):
results = []
f_list = hooks.get(name, [])