We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde56ef commit b38c027Copy full SHA for b38c027
electron-modules/init.js
@@ -27,7 +27,7 @@ async function init() {
27
28
app.on("ready", () => {
29
createWindow();
30
- tray = new Tray(path.join(__dirname, '../public/icon_128.png'));
+ tray = new Tray(path.join(__dirname, '../public/icon_16.png'));
31
const contextMenu = Menu.buildFromTemplate([
32
{
33
label: 'Hide/Expand',
@@ -98,7 +98,7 @@ function createWindow() {
98
webPreferences: {
99
nodeIntegration: true,
100
preload: __dirname + '/preload.js',
101
- icon: path.join(__dirname, './public/icon_128.png')
+ icon: path.join(__dirname, './public/icon_16.png')
102
}
103
});
104
public/icon_16.png
1.21 KB
0 commit comments