Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #11836 from NejcZdovc/hotfix/#11810-notification
Browse files Browse the repository at this point in the history
Replaces missing appAction
  • Loading branch information
bbondy committed Nov 8, 2017
1 parent 79ea0c3 commit 3a19e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/browser/windows.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const api = {

ipcMain.on(messages.NOTIFICATION_RESPONSE, function notificationResponseCallback (e, message, buttonIndex, persist) {
if (message === locale.translation('unexpectedErrorWindowReload')) {
appActions.hideMessageBox(message)
appActions.hideNotification(message)
ipcMain.removeListener(messages.NOTIFICATION_RESPONSE, notificationResponseCallback)
}
})
Expand Down

0 comments on commit 3a19e4c

Please sign in to comment.