Fix actions

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2023-08-07 12:10:21 +01:00
parent 9afa7cc91f
commit e079cbb055
4 changed files with 9 additions and 10 deletions

View File

@ -895,8 +895,7 @@ bool Application::createSetupWizard()
bool themeInterventionRequired = !validWidgets || !validIcons;
bool wizardRequired = javaRequired || languageRequired || pasteInterventionRequired || themeInterventionRequired;
if(wizardRequired)
{
if (wizardRequired) {
// set default theme after going into theme wizard
if (!validIcons)
settings()->set("IconTheme", QString("pe_colored"));