Skip to content

Commit

Permalink
fix:退出推盘图标还在
Browse files Browse the repository at this point in the history
  • Loading branch information
danbai225 committed Jul 6, 2024
1 parent 2e56c3b commit fe6c800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func (a *App) systemTray() {
a.Stop()
runtime.Quit(a.ctx)
systray.Quit()
time.Sleep(time.Second)
os.Exit(0)
})

Expand Down

0 comments on commit fe6c800

Please sign in to comment.