Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Dieterle committed Oct 11, 2024
1 parent facbdbc commit 2e9cc01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ module.exports.createWindow = ({
let enforceFocusTimeout

if (alwaysOnTop) {
win.setAlwaysOnTop(true, "normal")
enforceFocusTimeout = setTimeout(() => {
win.focus()
}, 10000)
Expand Down

0 comments on commit 2e9cc01

Please sign in to comment.