Skip to content

Commit

Permalink
Downgrade Electron to fix visible TitleBar on blur
Browse files Browse the repository at this point in the history
  • Loading branch information
lmachens committed Oct 20, 2023
1 parent 56417b4 commit f2c287a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton",
"version": "1.12.1",
"version": "1.12.2",
"description": "Simply add any website in customizable windows",
"main": "src/main.js",
"author": "Leon Machens",
Expand All @@ -17,7 +17,7 @@
"@electron-forge/maker-rpm": "6.4.2",
"@electron-forge/maker-squirrel": "6.4.2",
"@electron-forge/maker-zip": "6.4.2",
"electron": "27.0.0",
"electron": "26.4.1",
"electronmon": "2.0.2"
},
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ const createWindow = () => {
webSecurity: false,
},
});

websiteWindow.webContents.setWindowOpenHandler((details) => {
return {
action: "allow",
Expand Down

0 comments on commit f2c287a

Please sign in to comment.