Skip to content

Commit

Permalink
V4.0.2 (#139)
Browse files Browse the repository at this point in the history
* Turn on menu

* Increment version to 4.0.2
  • Loading branch information
rkclark committed Sep 24, 2021
1 parent a4567fc commit 5bf4e84
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
40 changes: 26 additions & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pullp",
"version": "4.0.0",
"version": "4.0.2",
"private": false,
"main": "public/electron-starter.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion public/electron-starter.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function createMainWindow() {
nodeIntegration: false,
preload: path.join(__dirname, '/electronHelpers/preload.js'),
},
titleBarStyle: 'hidden',
titleBarStyle: 'default',
icon: path.join(__dirname, '/icons/512x512.png'),
});

Expand Down

0 comments on commit 5bf4e84

Please sign in to comment.