Skip to content

Commit

Permalink
fix: tray icon exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwynr committed Dec 5, 2024
1 parent 6eaecbc commit 55da2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class Status {
label: "Exit",
type: "normal",
click: () => {
app?.quit()
app?.exit(0)
}
}
])
Expand Down

0 comments on commit 55da2c4

Please sign in to comment.