Merge pull request #867 from Amaru8/patch-4
Updated action.tray.show string 2
This commit is contained in:
commit
ad37103cc2
31 changed files with 36 additions and 31 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