Closed gycsaba96 closed 3 months ago
Fixes #1115
Thanks to this PR, the TagStore keeps track of the models created for child tags and updates them as required triggering a GUI update (similarly to the TaskStore). This GUI update prevents the user from deleting a tag twice and crashing the program.
TagStore
TaskStore
Works as expected, code LGTM. Thanks!
Fixes #1115
Thanks to this PR, the
TagStore
keeps track of the models created for child tags and updates them as required triggering a GUI update (similarly to theTaskStore
). This GUI update prevents the user from deleting a tag twice and crashing the program.