diff --git a/libnymea-app-core/models/tagsproxymodel.cpp b/libnymea-app-core/models/tagsproxymodel.cpp index 34d18ce1..c21df726 100644 --- a/libnymea-app-core/models/tagsproxymodel.cpp +++ b/libnymea-app-core/models/tagsproxymodel.cpp @@ -21,6 +21,7 @@ void TagsProxyModel::setTags(Tags *tags) setSortRole(Tags::RoleValue); sort(0); emit tagsChanged(); + emit countChanged(); } }