fixed wrong line

This commit is contained in:
Mitternacht822 2025-06-12 15:16:34 +04:00
parent 1e4ce5c53c
commit d9992e40d8

View file

@ -175,7 +175,7 @@ void SettingsController::restoreAppConfigFromData(const QByteArray &data)
#if defined(Q_OS_ANDROID) || defined(Q_OS_IOS)
m_settings->setAutoConnect(false);
m_settings->setStartMinimized(enable);
m_settings->setStartMinimized(false);
m_settings->setKillSwitchEnabled(false);
m_settings->setStrictKillSwitchEnabled(false);
#endif