Skip to content

Commit

Permalink
fix: update app id
Browse files Browse the repository at this point in the history
  • Loading branch information
daretodave committed Apr 29, 2024
1 parent eb4d338 commit b5baf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/bootstrap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function boostrap(context: BootstrapContext): Promise<void> {

await app.whenReady()

electronApp.setAppUserModelId('com.electron')
electronApp.setAppUserModelId('mterm.io')

app.on('before-quit', function () {
workspace.isAppQuiting = true
Expand Down

0 comments on commit b5baf5b

Please sign in to comment.