aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/reactions/synchronizeNativeTheme.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/src/reactions/synchronizeNativeTheme.ts')
-rw-r--r--packages/main/src/reactions/synchronizeNativeTheme.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/main/src/reactions/synchronizeNativeTheme.ts b/packages/main/src/reactions/synchronizeNativeTheme.ts
index 8c4edb3..10d5f69 100644
--- a/packages/main/src/reactions/synchronizeNativeTheme.ts
+++ b/packages/main/src/reactions/synchronizeNativeTheme.ts
@@ -21,9 +21,9 @@
21import { nativeTheme } from 'electron'; 21import { nativeTheme } from 'electron';
22import { autorun } from 'mobx'; 22import { autorun } from 'mobx';
23 23
24import type SharedStore from '../stores/SharedStore'; 24import type SharedStore from '../stores/SharedStore.js';
25import type Disposer from '../utils/Disposer'; 25import type Disposer from '../utils/Disposer.js';
26import { getLogger } from '../utils/log'; 26import getLogger from '../utils/getLogger.js';
27 27
28const log = getLogger('synchronizeNativeTheme'); 28const log = getLogger('synchronizeNativeTheme');
29 29