diff --git a/libnotificationmanager/notifications.cpp b/libnotificationmanager/notifications.cpp index 19bc7deea..3d5359482 100644 --- a/libnotificationmanager/notifications.cpp +++ b/libnotificationmanager/notifications.cpp @@ -196,7 +196,8 @@ void Notifications::Private::initProxyModels() Q_UNUSED(topLeft); Q_UNUSED(bottomRight); if (roles.isEmpty() || roles.contains(Notifications::UpdatedRole) || roles.contains(Notifications::ExpiredRole) - || roles.contains(Notifications::JobStateRole) || roles.contains(Notifications::PercentageRole)) { + || roles.contains(Notifications::JobStateRole) || roles.contains(Notifications::PercentageRole) + || roles.contains(Notifications::ReadRole)) { updateCount(); } });