-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
That menu option expects there to be a focused browser window that it can open into:
Lines 955 to 960 in 97dd4f6
| { | |
| label: "Open Chromium DevTools", | |
| click() { | |
| BrowserWindow.getFocusedWindow().webContents.openDevTools(); | |
| }, | |
| }, |
If no windows are open it shows this error:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
