Reset user colors on theme change (in qml timeline)
This commit is contained in:
parent
2895162971
commit
6bdc75d073
12 changed files with 20 additions and 89 deletions
|
|
@ -115,9 +115,6 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
|
||||
connect(
|
||||
userSettingsPage_, SIGNAL(trayOptionChanged(bool)), trayIcon_, SLOT(setVisible(bool)));
|
||||
connect(userSettingsPage_, &UserSettingsPage::themeChanged, this, []() {
|
||||
cache::clearUserColors();
|
||||
});
|
||||
connect(
|
||||
userSettingsPage_, &UserSettingsPage::themeChanged, chat_page_, &ChatPage::themeChanged);
|
||||
connect(trayIcon_,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue