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.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stores/AppStore.ts b/src/stores/AppStore.ts
index 05acbf33d..a949bae1d 100644
--- a/src/stores/AppStore.ts
+++ b/src/stores/AppStore.ts
@@ -94,6 +94,10 @@ export default class AppStore extends TypedStore {
94 94
95 @observable isFocused = true; 95 @observable isFocused = true;
96 96
97 @observable lockingFeatureEnabled = false;
98
99 @observable launchInBackground = false;
100
97 dictionaries = []; 101 dictionaries = [];
98 102
99 fetchDataInterval: null | NodeJS.Timer = null; 103 fetchDataInterval: null | NodeJS.Timer = null;