Only show server notices at the top if they have unread messages

This commit is contained in:
Tobias Fella
2025-07-31 23:13:17 +02:00
parent 8eb8803afd
commit 53a88708d6
4 changed files with 23 additions and 6 deletions

View File

@@ -80,6 +80,7 @@ public:
Q_SIGNALS:
void connectionChanged();
void invalidateSort();
private:
QPointer<NeoChatConnection> m_connection;