Updated app.ts
This commit is contained in:
parent
43b52432b2
commit
2d7ccd9f87
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue