add theme setup wizard
Signed-off-by: Tayou <tayou@gmx.net>
This commit is contained in:
parent
61144f7a21
commit
1b80ae0fca
18 changed files with 982 additions and 288 deletions
|
@ -1346,7 +1346,7 @@ void MainWindow::updateThemeMenu()
|
|||
themeAction->setActionGroup(themesGroup);
|
||||
|
||||
connect(themeAction, &QAction::triggered, [theme]() {
|
||||
APPLICATION->setApplicationTheme(theme->id(),false);
|
||||
APPLICATION->setApplicationTheme(theme->id());
|
||||
APPLICATION->settings()->set("ApplicationTheme", theme->id());
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue