fix(tray.js): delete unused closing brace

This commit is contained in:
mayandev 2021-02-18 16:51:18 +08:00
parent c6ddf9ac3f
commit 733005489f

View File

@ -67,7 +67,6 @@ export function createTray(win) {
app.exit();
},
},
},
]);
tray.popUpContextMenu(contextMenu);