Skip to content

Commit

Permalink
Fixes for the overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Dec 18, 2020
1 parent 30dab9e commit 27284f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ if (!gotTheLock) {
const overlay = new BrowserWindow({
width: 400,
height: 300,
// alwaysOnTop:true,
focusable: false,
webPreferences: {
nodeIntegration: true,
enableRemoteModule: true,
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3455,7 +3455,7 @@ electron-devtools-installer@^2.2.4:

"electron-overlay-window@git://github.com/OhMyGuus/electron-overlay-window":
version "1.0.4"
resolved "git://github.com/OhMyGuus/electron-overlay-window#6fd45119ffda80713c44831cb5360b3fd64ee7a4"
resolved "git://github.com/OhMyGuus/electron-overlay-window#eb3771575e59bc5a196fc2c2df12a21c6be6d3b6"
dependencies:
"@types/throttle-debounce" "2.x.x"
node-gyp-build "4.x.x"
Expand Down

0 comments on commit 27284f9

Please sign in to comment.