aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index ebffacceb..b5702a202 100644
--- a/src/config.js
+++ b/src/config.js
@@ -29,4 +29,9 @@ export const DEFAULT_APP_SETTINGS = {
29export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-service-request'; 29export const FRANZ_SERVICE_REQUEST = 'https://bit.ly/franz-service-request';
30export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate'; 30export const FRANZ_TRANSLATION = 'https://bit.ly/franz-translate';
31 31
32export const SETTINGS_PATH = path.join(app.getPath('userData'), 'config', 'settings.json'); 32export const FILE_SYSTEM_SETTINGS_TYPES = [
33 'app',
34 'proxy',
35];
36
37export const SETTINGS_PATH = path.join(app.getPath('userData'), 'config');