5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-19 18:39:30 +08:00

fix double uninit

This commit is contained in:
popaprozac 2025-04-26 19:04:53 -07:00
parent 9e3786c9ea
commit ce8c10247d

View File

@ -65,7 +65,6 @@ func (w *windowsBadge) Startup(ctx context.Context, options application.ServiceO
func (w *windowsBadge) Shutdown() error {
if w.taskbar != nil {
w.taskbar.Release()
w32.CoUninitialize()
}
return nil