Update index.ts

This commit is contained in:
talksik
2022-05-01 17:17:01 -05:00
parent 3d0f9bba2a
commit 5a144a6dcb
+2 -2
View File
@@ -50,8 +50,8 @@ const createWindow = (): void => {
browserWindow.setBackgroundColor("#00000000");
browserWindow.setIgnoreMouseEvents(true);
browserWindow.setFocusable(false);
// browserWindow.setIgnoreMouseEvents(true);
// browserWindow.setFocusable(true);
// and load the index.html of the app.
browserWindow.loadURL(MAIN_WINDOW_WEBPACK_ENTRY);