From 2d7ccd9f875c45c92cd7dff15558a324d6b2b260 Mon Sep 17 00:00:00 2001 From: Amaru8 <52407090+Amaru8@users.noreply.github.com> Date: Tue, 12 Apr 2022 15:31:56 +0000 Subject: [PATCH] Updated app.ts --- src/main/base/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/base/app.ts b/src/main/base/app.ts index 243f04c8..c24ed6e5 100644 --- a/src/main/base/app.ts +++ b/src/main/base/app.ts @@ -299,7 +299,7 @@ export class AppEvents { const menu = Menu.buildFromTemplate([ { - label: (visible ? this.i18n['action.tray.minimize'] : `${this.i18n['action.tray.show']} ${app.getName()}`), + label: (visible ? this.i18n['action.tray.minimize'] : `${this.i18n['action.tray.show']}`), click: () => { if (utils.getWindow()) { if (visible) {