|
|
|
@ -62,7 +62,7 @@ object Settings : SingletonHolder<SharedPreferences, Context>({ init(it.applicat |
|
|
|
incognitoMode = prefs.getBoolean(KEY_INCOGNITO, false) |
|
|
|
safeMode = prefs.getBoolean(KEY_SAFE_MODE, false) && prefs.getString(KEY_SAFE_MODE_PIN, "")?.isNotBlank() == true |
|
|
|
remoteAccessEnabled.postValue(prefs.getBoolean(KEY_ENABLE_REMOTE_ACCESS, false)) |
|
|
|
fastplaySpeed = prefs.getInt(FASTPLAY_SPEED, 8) * 0.25f |
|
|
|
fastplaySpeed = prefs.getInt(FASTPLAY_SPEED, 20) / 10f |
|
|
|
return prefs |
|
|
|
} |
|
|
|
|
|
|
|
|