mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
debugAccelerator: (#471)
- Added the F12 accelerator for Debug->Activate (DevTools) for faster access in Electron. Matches the shortcut for Chrome browsers.
This commit is contained in:
parent
751fe82f92
commit
561b5cbf75
@ -369,6 +369,7 @@ function getMenu(window) {
|
||||
submenu: [
|
||||
{
|
||||
label: "Activate",
|
||||
accelerator: "f12",
|
||||
click: () => window.webContents.openDevTools(),
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user