From d7a05674b70d354632c101b64db641ba7d727bd4 Mon Sep 17 00:00:00 2001 From: Matthew Fosse Date: Wed, 3 Jan 2024 16:04:42 -0500 Subject: [PATCH] builds --- lib/store/settings_store.dart | 1 - 1 file changed, 1 deletion(-) 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); }