aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.ts')
-rw-r--r--src/stores/AppStore.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stores/AppStore.ts b/src/stores/AppStore.ts
index 9af0a9a4f..b8c980dea 100644
--- a/src/stores/AppStore.ts
+++ b/src/stores/AppStore.ts
@@ -126,8 +126,6 @@ export default class AppStore extends TypedStore {
126 126
127 @observable launchInBackground = DEFAULT_APP_SETTINGS.autoLaunchInBackground; 127 @observable launchInBackground = DEFAULT_APP_SETTINGS.autoLaunchInBackground;
128 128
129 dictionaries = [];
130
131 fetchDataInterval: NodeJS.Timeout | null = null; 129 fetchDataInterval: NodeJS.Timeout | null = null;
132 130
133 @observable downloads: Download[] = []; 131 @observable downloads: Download[] = [];