mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
fix deadlock
This commit is contained in:
parent
983c25f69f
commit
1e3511c0d3
1 changed files with 0 additions and 2 deletions
|
|
@ -60,8 +60,6 @@ func (ns *Service) ServiceStartup(ctx context.Context, options application.Servi
|
|||
application.Get().EmitEvent("notificationResponse", response)
|
||||
})
|
||||
|
||||
NotificationLock.Lock()
|
||||
defer NotificationLock.Unlock()
|
||||
return loadCategoriesFromRegistry()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue