diff --git a/lib/store/settings_store.dart b/lib/store/settings_store.dart index 285bad992..be82444b8 100644 --- a/lib/store/settings_store.dart +++ b/lib/store/settings_store.dart @@ -1034,7 +1034,6 @@ abstract class SettingsStoreBase with Store { backgroundTasks: backgroundTasks, initialSyncMode: savedSyncMode, initialSyncAll: savedSyncAll, - initialTorConnection: savedTorConnection, shouldShowYatPopup: shouldShowYatPopup); }