[Client] Add setting to ignore all private messages (#1250)

This commit is contained in:
Lukas Brübach 2026-09-06 13:50:16 +02:00
parent 0f003eabf9
commit dfa738ffcb
7 changed files with 41 additions and 0 deletions

View file

@ -40,6 +40,7 @@ private:
QCheckBox messagePopups;
QCheckBox mentionPopups;
QCheckBox roomHistory;
QCheckBox ignoreAllPrivateMessagesCheckBox;
QGroupBox *chatGroupBox;
QGroupBox *highlightGroupBox;
QGroupBox *messageGroupBox;