Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 815d209

Browse files
fix: windows notification title
1 parent a24a3a9 commit 815d209

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ const createWindow = async () => {
127127
* Add event listeners...
128128
*/
129129

130+
// used for win32 desktop notifications - replaces `electron.app.${APP_NAME}` with Codiga.
131+
app.setAppUserModelId('Codiga');
132+
130133
app.on('window-all-closed', () => {
131134
// Respect the OSX convention of having the application in memory even
132135
// after all windows have been closed

0 commit comments

Comments
 (0)