We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ed64f1 + 087a438 commit 3cb2122Copy full SHA for 3cb2122
src/scripts/tray.js
@@ -27,6 +27,8 @@ const _iconTrayAlert = path.join(__dirname, 'images', icons[process.platform].di
27
28
function createAppTray () {
29
const _tray = new Tray(_iconTray);
30
+ mainWindow.tray = _tray;
31
+
32
const contextMenuShow = Menu.buildFromTemplate([{
33
label: 'Show',
34
click () {
0 commit comments