fix system theme
Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
parent
d70be5121c
commit
dbcfefca1b
4 changed files with 9 additions and 30 deletions
|
@ -1073,8 +1073,8 @@ bool Application::createSetupWizard()
|
|||
// set default theme after going into theme wizard
|
||||
if (!validIcons)
|
||||
settings()->set("IconTheme", QString("pe_colored"));
|
||||
// if (!validWidgets)
|
||||
// settings()->set("ApplicationTheme", QString("system"));
|
||||
if (!validWidgets)
|
||||
settings()->set("ApplicationTheme", QString("system"));
|
||||
|
||||
m_themeManager->applyCurrentlySelectedTheme(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue