calculate total cound after msg important state change to show correct numbers in "Important messaegs"

This commit is contained in:
Martin Rotter 2021-04-09 10:32:29 +02:00
parent 1415da7d96
commit 899c7ccf06

View File

@ -727,7 +727,7 @@ bool ServiceRoot::onAfterSwitchMessageImportance(RootItem* selected_item, const
Q_UNUSED(selected_item)
Q_UNUSED(changes)
updateCounts(false);
updateCounts(true);
itemChanged(getSubTree());
return true;
}