Skip to content

Commit 7a940bc

Browse files
authored
Merge pull request #8301 from ever-co/fix/build-issue
[Fix] Build issue
2 parents b288004 + ec7fd91 commit 7a940bc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

apps/desktop-timer/src/index.ts

+1-9
Original file line numberDiff line numberDiff line change
@@ -445,15 +445,7 @@ app.on('ready', async () => {
445445
}
446446
removeMainListener();
447447
ipcMainHandler(store, startServer, knex, { ...environment }, timeTrackerWindow);
448-
new DesktopThemeListener({
449-
timeTrackerWindow,
450-
settingsWindow,
451-
updaterWindow,
452-
imageViewerWindow: imageView,
453-
gauzyWindow,
454-
splashScreenWindow: splashScreen.browserWindow,
455-
alwaysOnWindow: alwaysOn.browserWindow
456-
}).listen();
448+
new DesktopThemeListener();
457449
});
458450

459451
app.on('window-all-closed', () => {

0 commit comments

Comments
 (0)