Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
EWC @2.4.0 fixed, sorry.
Browse files Browse the repository at this point in the history
  • Loading branch information
reycn committed Jul 8, 2019
1 parent 2f7a43e commit 9224848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function createWindow() {
webPreferences: { 'nodeIntegration': true },
icon: iconPath,
titleBarStyle: 'hiddenInset',
transparent: transparent,
transparent: true,
frame: false,
thickFrame: true, // if transparent, thickFrame == false
hasShadow: true
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"electron-builder": "^20.39.0"
},
"dependencies": {
"electron-debug": "^1.5.0"
"electron-debug": "^1.5.0",
"ewc": "0.0.1"
}
}

0 comments on commit 9224848

Please sign in to comment.