From 741c71adff886f590081501932ec1520058d7def Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 29 Jun 2020 00:08:56 +0200 Subject: Changes theme initialization a tad. --- src/dialogs/settingsdialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dialogs/settingsdialog.cpp') diff --git a/src/dialogs/settingsdialog.cpp b/src/dialogs/settingsdialog.cpp index 980957c..6f69c40 100644 --- a/src/dialogs/settingsdialog.cpp +++ b/src/dialogs/settingsdialog.cpp @@ -563,6 +563,8 @@ void SettingsDialog::on_start_page_textChanged(const QString &start_page) void SettingsDialog::on_ui_theme_currentIndexChanged(int index) { this->current_options.theme = Theme(this->ui->ui_theme->itemData(index).toInt()); + + kristall::setTheme(this->current_options.theme); } void SettingsDialog::on_fancypants_on_clicked() -- cgit v1.2.3