cleanup
This commit is contained in:
parent
dbdf1daeed
commit
5aa6f8ecf4
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit 18d267933bbf02475e39e6c47c1bc59f3873dfe9
|
Subproject commit 3d93696fb51b6a0c3d29c6df626e60fab9cca789
|
|
@ -1145,7 +1145,7 @@
|
||||||
},
|
},
|
||||||
"alwaysOnTop": {
|
"alwaysOnTop": {
|
||||||
"message": "Always on Top",
|
"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": {
|
"dateUpdated": {
|
||||||
"message": "Updated",
|
"message": "Updated",
|
||||||
|
|
|
@ -453,8 +453,7 @@ export class MenuMain extends BaseMenu {
|
||||||
checked: this.windowMain.win.isAlwaysOnTop(),
|
checked: this.windowMain.win.isAlwaysOnTop(),
|
||||||
click: () => this.main.windowMain.toggleAlwaysOnTop(),
|
click: () => this.main.windowMain.toggleAlwaysOnTop(),
|
||||||
accelerator: 'CmdOrCtrl+Shift+T',
|
accelerator: 'CmdOrCtrl+Shift+T',
|
||||||
},
|
});
|
||||||
);
|
|
||||||
this.menu = Menu.buildFromTemplate(template);
|
this.menu = Menu.buildFromTemplate(template);
|
||||||
Menu.setApplicationMenu(this.menu);
|
Menu.setApplicationMenu(this.menu);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue