mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Notifications should emit close on close, not eventual GC
This commit is contained in:
@@ -169,10 +169,10 @@ void Notification::NotificationDisplayed() {
|
||||
}
|
||||
|
||||
void Notification::NotificationDestroyed() {
|
||||
Emit("close");
|
||||
}
|
||||
|
||||
void Notification::NotificationClosed() {
|
||||
Emit("close");
|
||||
}
|
||||
|
||||
// Showing notifications
|
||||
|
||||
Reference in New Issue
Block a user