Merge pull request #867 from Amaru8/patch-4

Updated action.tray.show string 2
This commit is contained in:
cryptofyre 2022-04-12 10:42:14 -05:00 committed by GitHub
commit ad37103cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 36 additions and 31 deletions

View file

@ -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) {