Skip to content

Commit

Permalink
Merge pull request #8304 from ever-co/stage
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
evereq authored Sep 30, 2024
2 parents 1dc1544 + e14f98e commit 16afe37
Show file tree
Hide file tree
Showing 41 changed files with 650 additions and 1,322 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/server-api-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
PROCESSOR_REVISION: ''
PSModuleAnalysisCachePath: ''
PSModulePath: ''
Path: 'C:\hostedtoolcache\windows\node\20.11.1\x64;C:\Program Files\Git\bin;C:\npm\prefix;C:\hostedtoolcache\windows\Python\3.9.13\x64\Scripts;C:\hostedtoolcache\windows\Python\3.9.13\x64;C:\Program Files\OpenSSL\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerShell\7\;C:\Program Files\CMake\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files\GitHub CLI\;C:\Program Files\Amazon\AWSCLIV2\;C:\Users\runneradmin\.dotnet\tools'
Path: 'C:\hostedtoolcache\windows\node\20.11.1\x64;C:\Program Files\Git\bin;C:\npm\prefix;C:\hostedtoolcache\windows\Python\3.9.13\x64\Scripts;C:\hostedtoolcache\windows\Python\3.9.13\x64;C:\Program Files\OpenSSL\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerShell\7\;C:\Program Files\CMake\bin;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin;C:\Program Files\Amazon\AWSCLIV2\'
DOTNET_MULTILEVEL_LOOKUP: ''
DOTNET_NOLOGO: ''
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: ''
Expand Down
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
10 changes: 1 addition & 9 deletions apps/desktop/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,15 +535,7 @@ app.on('ready', async () => {
}
}

new DesktopThemeListener({
timeTrackerWindow,
settingsWindow,
updaterWindow,
imageViewerWindow: imageView,
gauzyWindow,
splashScreenWindow: splashScreen.browserWindow,
alwaysOnWindow: alwaysOn.browserWindow
}).listen();
new DesktopThemeListener();
});

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

0 comments on commit 16afe37

Please sign in to comment.