Skip to content

Commit

Permalink
Merge pull request #8301 from ever-co/fix/build-issue
Browse files Browse the repository at this point in the history
[Fix] Build issue
  • Loading branch information
evereq authored Sep 30, 2024
2 parents b288004 + ec7fd91 commit 7a940bc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions apps/desktop-timer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,15 +445,7 @@ app.on('ready', async () => {
}
removeMainListener();
ipcMainHandler(store, startServer, knex, { ...environment }, timeTrackerWindow);
new DesktopThemeListener({
timeTrackerWindow,
settingsWindow,
updaterWindow,
imageViewerWindow: imageView,
gauzyWindow,
splashScreenWindow: splashScreen.browserWindow,
alwaysOnWindow: alwaysOn.browserWindow
}).listen();
new DesktopThemeListener();
});

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

0 comments on commit 7a940bc

Please sign in to comment.