aboutsummaryrefslogtreecommitdiffstats
path: root/src/electron/Settings.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/electron/Settings.ts')
-rw-r--r--src/electron/Settings.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/electron/Settings.ts b/src/electron/Settings.ts
index 7bb12338e..e15a2e65c 100644
--- a/src/electron/Settings.ts
+++ b/src/electron/Settings.ts
@@ -1,5 +1,5 @@
1import { outputJsonSync, pathExistsSync, readJsonSync } from 'fs-extra';
1import { makeObservable, observable, toJS } from 'mobx'; 2import { makeObservable, observable, toJS } from 'mobx';
2import { pathExistsSync, outputJsonSync, readJsonSync } from 'fs-extra';
3import { userDataPath } from '../environment-remote'; 3import { userDataPath } from '../environment-remote';
4 4
5const debug = require('../preload-safe-debug')('Ferdium:Settings'); 5const debug = require('../preload-safe-debug')('Ferdium:Settings');