bugfix: fixed bug with not clearing autostart option (#1603)

This commit is contained in:
Mitternacht822 2025-06-05 06:12:43 +04:00 committed by GitHub
parent 43c3ce9a6e
commit 7a203868ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,6 +182,8 @@ void SettingsController::clearSettings()
m_appSplitTunnelingModel->setRouteMode(Settings::AppsRouteMode::VpnAllExceptApps);
m_appSplitTunnelingModel->toggleSplitTunneling(false);
toggleAutoStart(false);
emit changeSettingsFinished(tr("All settings have been reset to default values"));
#ifdef Q_OS_IOS