mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
bug fix
This commit is contained in:
parent
88f13369b6
commit
94f245f035
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ func (dn *darwinNotifier) RemoveNotification(identifier string) error {
|
|||
//export captureResult
|
||||
func captureResult(channelID C.int, success C.bool, errorMsg *C.char) {
|
||||
ns := getNotificationService()
|
||||
if ns != nil {
|
||||
if ns == nil {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue