Skip to content

Commit

Permalink
Fix name_changed notification
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Aug 26, 2024
1 parent 4892e19 commit 9f46afd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def created(self, new_value):
self._created = new_value
self.created_changed.emit()

@Property(str, notify=info_changed)
@Property(str, notify=name_changed)
def name(self):
return self._name

Expand Down

0 comments on commit 9f46afd

Please sign in to comment.