1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00
This commit is contained in:
Kyle Spearrin
2019-06-03 08:37:05 -04:00
parent dbdf1daeed
commit 5aa6f8ecf4
3 changed files with 14 additions and 15 deletions

2
jslib

Submodule jslib updated: 18d267933b...3d93696fb5

View File

@@ -1145,7 +1145,7 @@
},
"alwaysOnTop": {
"message": "Always on Top",
"description": "Bitwarden window should always stay on top of other windows"
"description": "Application indow should always stay on top of other windows"
},
"dateUpdated": {
"message": "Updated",

View File

@@ -453,8 +453,7 @@ export class MenuMain extends BaseMenu {
checked: this.windowMain.win.isAlwaysOnTop(),
click: () => this.main.windowMain.toggleAlwaysOnTop(),
accelerator: 'CmdOrCtrl+Shift+T',
},
);
});
this.menu = Menu.buildFromTemplate(template);
Menu.setApplicationMenu(this.menu);
}