1
0

auto-git:

[change] main.js
This commit is contained in:
2025-05-24 22:31:40 +02:00
parent 0c9a2452e3
commit aa7fcc297c

View File

@@ -585,9 +585,7 @@ app.whenReady().then(() => {
Menu.setApplicationMenu(menu);
let img = nativeImage.createFromPath(path.join(__dirname, 'assets/icon/trayicon.png'))
.resize({ width: 22, height: 22 });
tray = new Tray(img);
const tray = createTray(win);
// --- Context Menu bauen ---
function buildTrayMenu() {