Skip to content

Commit

Permalink
chore: hide menu bar by default
Browse files Browse the repository at this point in the history
closes #10
  • Loading branch information
marabesi committed Oct 30, 2021
1 parent ca34c39 commit b005c64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-tool",
"version": "0.4.0",
"version": "0.5.0",
"homepage": "./",
"private": true,
"main": "electron.js",
Expand Down Expand Up @@ -94,7 +94,8 @@
"productName":"json-tool",
"appId": "org.marabesi.json-tool",
"linux": {
"category": "Utility"
"category": "Utility",
"icon": "logo512.png"
}
},
"jest": {
Expand Down
1 change: 1 addition & 0 deletions public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function createWindow () {
height: 600,
show: false,
icon: `${__dirname}/logo512.png`,
autoHideMenuBar: true,
webPreferences: {
nodeIntegration: true
}
Expand Down

0 comments on commit b005c64

Please sign in to comment.