mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
fix double uninit
This commit is contained in:
parent
9e3786c9ea
commit
ce8c10247d
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue