Merge remote-tracking branch 'origin/master'

This commit is contained in:
2024-07-03 09:49:34 +02:00

View File

@@ -1755,6 +1755,7 @@ class GUIFrame(QWidget):
tab_height +=32
wgt_type = param["data"]["widget"]
text = param["data"]["text"]
if "value" in param["data"]:
value = param["data"]["value"]
elif "link" in param["data"]:
@@ -1767,7 +1768,7 @@ class GUIFrame(QWidget):
bottom_leaf = self.settings.data[link_list[0]]
for link_item in link_list[1:]:
bottom_leaf = bottom_leaf[link_item]
value = bottom_leaf
value = bottom_leaf
label = None
def add_label():