Skip to content

Commit

Permalink
Fix fullscreen games issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Sep 29, 2020
1 parent d3723ae commit 8472c72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ async function hotkeyOverlayShow() {
})

mainWindow.setOpacity(1)
mainWindow.moveTop()

}

Expand Down Expand Up @@ -1481,7 +1480,7 @@ function createPanel(toggleOnLoad = false) {
}
});

mainWindow.setAlwaysOnTop(true, 'screen-saver')
mainWindow.setAlwaysOnTop(true, 'modal-panel')

mainWindow.loadURL(
isDev
Expand Down

0 comments on commit 8472c72

Please sign in to comment.