From d4afc1eec9706d0027ad4b44421f8868688d1969 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 1 Oct 2021 22:13:42 +0530 Subject: refactor: move 'DEFAULT_APP_SETTINGS' from 'environment' to 'config' since it doesn't depend on the running process any more. --- src/stores/AppStore.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/stores/AppStore.js') diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js index 83e6a899b..3d9d2b551 100644 --- a/src/stores/AppStore.js +++ b/src/stores/AppStore.js @@ -16,9 +16,8 @@ import { readJsonSync } from 'fs-extra'; import Store from './lib/Store'; import Request from './lib/Request'; -import { CHECK_INTERVAL } from '../config'; +import { CHECK_INTERVAL, DEFAULT_APP_SETTINGS } from '../config'; import { - DEFAULT_APP_SETTINGS, isMac, electronVersion, osRelease, -- cgit v1.2.3-70-g09d2