Update to the new product name where possible
(without breaking auto-updates)
This commit is contained in:
parent
e57e6845a5
commit
c73c674ee4
2 changed files with 3 additions and 3 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 Photos");
|
||||
tray.setContextMenu(createTrayContextMenu(mainWindow));
|
||||
};
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ export const createApplicationMenu = async (mainWindow: BrowserWindow) => {
|
|||
|
||||
return Menu.buildFromTemplate([
|
||||
{
|
||||
label: "ente",
|
||||
label: "Ente Photos",
|
||||
submenu: [
|
||||
...macOSOnly([
|
||||
{
|
||||
|
@ -155,7 +155,7 @@ export const createApplicationMenu = async (mainWindow: BrowserWindow) => {
|
|||
{ type: "separator" },
|
||||
{ label: "Bring All to Front", role: "front" },
|
||||
{ type: "separator" },
|
||||
{ label: "Ente", role: "window" },
|
||||
{ label: "Ente Photos", role: "window" },
|
||||
]),
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue