Set autostart checkbox state of wizard to current autostart state

This commit is contained in:
Martchus 2022-10-28 13:55:10 +02:00
parent bb59f6a230
commit 9c3f6da89f
1 changed files with 4 additions and 0 deletions

View File

@ -800,6 +800,10 @@ void AutostartWizardPage::initializePage()
m_ui->systemdEnabledLabel->show();
break;
}
#ifdef SETTINGS_WIZARD_AUTOSTART
m_ui->enableAutostartCheckBox->setChecked(isAutostartEnabled());
#endif
}
void AutostartWizardPage::cleanupPage()