Skip to content

Commit

Permalink
Call core.Stop() in systray exit
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jan 22, 2024
1 parent 5edef59 commit c888750
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion systray.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,6 @@ func onReady() {
}
}

func onExit() {}
func onExit() {
core.Stop()
}

0 comments on commit c888750

Please sign in to comment.