aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.js b/src/config.js
index 03d201425..62bbaac12 100644
--- a/src/config.js
+++ b/src/config.js
@@ -1,5 +1,4 @@
1import electron from 'electron'; 1import electron from 'electron';
2import isDevMode from 'electron-is-dev';
3import ms from 'ms'; 2import ms from 'ms';
4import path from 'path'; 3import path from 'path';
5import { asarPath } from './helpers/asar-helpers'; 4import { asarPath } from './helpers/asar-helpers';
@@ -33,8 +32,6 @@ export const DEVELOPMENT_TODOS_FRONTEND_URL = 'https://development--franz-todos.
33 32
34export const CDN_URL = 'https://cdn.franzinfra.com'; 33export const CDN_URL = 'https://cdn.franzinfra.com';
35 34
36export const GA_ID = !isDevMode ? 'UA-74126766-10' : 'UA-74126766-12';
37
38export const KEEP_WS_LOADED_USID = '0a0aa000-0a0a-49a0-a000-a0a0a0a0a0a0'; 35export const KEEP_WS_LOADED_USID = '0a0aa000-0a0a-49a0-a000-a0a0a0a0a0a0';
39 36
40export const HIBERNATION_STRATEGIES = { 37export const HIBERNATION_STRATEGIES = {