diff --git a/packages/desktop/src/index.ts b/packages/desktop/src/index.ts index 2e9ce4e..44ee6df 100644 --- a/packages/desktop/src/index.ts +++ b/packages/desktop/src/index.ts @@ -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);