Skip to content

Commit e403935

Browse files
committed
Event not used
1 parent 017789e commit e403935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main-process/native-ui/tray/tray.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ ipc.on('put-in-tray', function (event) {
2020
appIcon.setContextMenu(contextMenu)
2121
})
2222

23-
ipc.on('remove-tray', function (event) {
23+
ipc.on('remove-tray', function () {
2424
appIcon.destroy()
2525
})
2626

27-
app.on('window-all-closed', function (event) {
27+
app.on('window-all-closed', function () {
2828
appIcon.destroy()
2929
})

0 commit comments

Comments
 (0)