Skip to content

Commit 5bf4e84

Browse files
authored
V4.0.2 (#139)
* Turn on menu * Increment version to 4.0.2
1 parent a4567fc commit 5bf4e84

File tree

3 files changed

+28
-16
lines changed

3 files changed

+28
-16
lines changed

package-lock.json

+26-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pullp",
3-
"version": "4.0.0",
3+
"version": "4.0.2",
44
"private": false,
55
"main": "public/electron-starter.js",
66
"license": "MIT",

public/electron-starter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function createMainWindow() {
4949
nodeIntegration: false,
5050
preload: path.join(__dirname, '/electronHelpers/preload.js'),
5151
},
52-
titleBarStyle: 'hidden',
52+
titleBarStyle: 'default',
5353
icon: path.join(__dirname, '/icons/512x512.png'),
5454
});
5555

0 commit comments

Comments
 (0)