Product name
This commit is contained in:
parent
3123caea92
commit
e57e6845a5
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export const setupTrayItem = (mainWindow: BrowserWindow) => {
|
|||
);
|
||||
const trayIcon = nativeImage.createFromPath(trayImgPath);
|
||||
const tray = new Tray(trayIcon);
|
||||
tray.setToolTip("ente");
|
||||
tray.setToolTip("Ente");
|
||||
tray.setContextMenu(createTrayContextMenu(mainWindow));
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue