Update index.ts
This commit is contained in:
@@ -50,8 +50,8 @@ const createWindow = (): void => {
|
|||||||
|
|
||||||
browserWindow.setBackgroundColor("#00000000");
|
browserWindow.setBackgroundColor("#00000000");
|
||||||
|
|
||||||
browserWindow.setIgnoreMouseEvents(true);
|
// browserWindow.setIgnoreMouseEvents(true);
|
||||||
browserWindow.setFocusable(false);
|
// browserWindow.setFocusable(true);
|
||||||
|
|
||||||
// and load the index.html of the app.
|
// and load the index.html of the app.
|
||||||
browserWindow.loadURL(MAIN_WINDOW_WEBPACK_ENTRY);
|
browserWindow.loadURL(MAIN_WINDOW_WEBPACK_ENTRY);
|
||||||
|
|||||||
Reference in New Issue
Block a user