diff --git a/lib/store/settings_store.dart b/lib/store/settings_store.dart index f9adaafb0..2f10c0202 100644 --- a/lib/store/settings_store.dart +++ b/lib/store/settings_store.dart @@ -813,7 +813,7 @@ abstract class SettingsStoreBase with Store { FiatApiMode.enabled.raw); final currentTorConnectionMode = TorConnectionMode.deserialize( raw: sharedPreferences.getInt(PreferencesKey.currentTorConnectionModeKey) ?? - FiatApiMode.enabled.raw); + TorConnectionMode.disabled.raw); final shouldStartTorOnLaunch = sharedPreferences.getBool(PreferencesKey.shouldStartTorOnLaunch) ?? false; final allowBiometricalAuthentication =