mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-20 02:49:30 +08:00
fix double uninit
This commit is contained in:
parent
9e3786c9ea
commit
ce8c10247d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user