mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
bugfix(NoIdle): Fix slider not being set to correct value on load
This commit is contained in:
@@ -152,6 +152,7 @@ private extension SettingsViewController
|
||||
}
|
||||
|
||||
self.backgroundRefreshSwitch.isOn = UserDefaults.standard.isBackgroundRefreshEnabled
|
||||
self.noIdleTimeoutSwitch.isOn = UserDefaults.standard.isIdleTimeoutDisableEnabled
|
||||
|
||||
if self.isViewLoaded
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user