aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.ts
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-06-27 18:21:31 +0200
committerLibravatar GitHub <noreply@github.com>2022-06-27 17:21:31 +0100
commit0bf13689d53bd493fb4d0a4213c1801013b5aa8a (patch)
tree2b5ae44e4f1aa73b49c011954ff1cb47e3959bad /src/stores/AppStore.ts
parentchore: recommend specific vscode extensions to setup development [skip ci] (#... (diff)
downloadferdium-app-0bf13689d53bd493fb4d0a4213c1801013b5aa8a.tar.gz
ferdium-app-0bf13689d53bd493fb4d0a4213c1801013b5aa8a.tar.zst
ferdium-app-0bf13689d53bd493fb4d0a4213c1801013b5aa8a.zip
chore: transform containers/settings from js to tsx (#384)
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;