mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Fix dev tools
This commit is contained in:
parent
ddac01ee8f
commit
17c05fedd3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export async function setMenu() {
|
||||||
label: "Developer tools",
|
label: "Developer tools",
|
||||||
accelerator: "CmdOrCtrl+Shift+I",
|
accelerator: "CmdOrCtrl+Shift+I",
|
||||||
click: function () {
|
click: function () {
|
||||||
mainWindow.webContents.toggleDevTools();
|
BrowserWindow.getFocusedWindow().toggleDevTools()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue