aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/SettingsStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/SettingsStore.ts')
-rw-r--r--src/stores/SettingsStore.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stores/SettingsStore.ts b/src/stores/SettingsStore.ts
index a03d3c188..e2903c952 100644
--- a/src/stores/SettingsStore.ts
+++ b/src/stores/SettingsStore.ts
@@ -1,4 +1,3 @@
1
2import { ipcRenderer } from 'electron'; 1import { ipcRenderer } from 'electron';
3import { getCurrentWindow } from '@electron/remote'; 2import { getCurrentWindow } from '@electron/remote';
4import { action, computed, makeObservable, observable, reaction } from 'mobx'; 3import { action, computed, makeObservable, observable, reaction } from 'mobx';