Refresh chat view colors on theme changed. (#6581)

Took 35 minutes

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2026-01-28 21:54:11 +01:00 committed by GitHub
parent bf5891a910
commit d410078673
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 52 additions and 15 deletions

View file

@ -85,6 +85,8 @@ private:
private slots:
void openLink(const QUrl &link);
void actMessageClicked();
void adjustColorsToPalette();
void refreshBlockColors();
public:
ChatView(TabSupervisor *_tabSupervisor, AbstractGame *_game, bool _showTimestamps, QWidget *parent = nullptr);