Product name

This commit is contained in:
Manav Rathi 2024-04-10 16:06:04 +05:30
parent 3123caea92
commit e57e6845a5
No known key found for this signature in database

View file

@ -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));
};