recording and sending thru sockets and back but nothing being recorded
This commit is contained in:
@@ -34,7 +34,7 @@ const createWindow = (): void => {
|
||||
browserWindow.loadURL(MAIN_WINDOW_WEBPACK_ENTRY);
|
||||
|
||||
// Open the DevTools.
|
||||
browserWindow.webContents.openDevTools({ mode: "right" });
|
||||
browserWindow.webContents.openDevTools({ mode: "detach" });
|
||||
};
|
||||
|
||||
// This method will be called when Electron has finished
|
||||
|
||||
Reference in New Issue
Block a user