disrupted
2020-05-19 14:05:30 +02:00
parent 8c7c675707
commit cdbe74acc2
3 changed files with 1 additions and 1 deletions

2
app.js
View File

@@ -213,7 +213,7 @@ const showWindow = () => {
};
const createTray = () => {
tray = new Tray(process.platform === 'win32' ? `${__dirname}/assets/IconWin.png` : `${__dirname}/assets/Icon.png`);
tray = new Tray(process.platform === 'win32' ? `${__dirname}/assets/IconWin.png` : `${__dirname}/assets/IconTemplate.png`);
tray.on('click', () => {
if (window.isVisible()) window.hide(); else showWindow();

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB