fix ui label

This commit is contained in:
Jakub Trllo 2024-10-09 14:25:32 +02:00
parent 116061aefb
commit 0c801ba892

View file

@ -303,7 +303,7 @@ class UILabelDef(UIDef):
def __init__(self, label, key=None):
super().__init__(label=label, key=key)
def _custom_def_compare(self, other: "UILabelDef") -> bool:
def _def_type_compare(self, other: "UILabelDef") -> bool:
return self.label == other.label