Skip to content

Commit

Permalink
fixing dimensions reloading for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
makio135 authored and makio135 committed Mar 1, 2019
1 parent e0f6d20 commit 733335f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions desktop/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ app.on('ready', () => {
minHeight: 160,
resizable: true,
icon: __dirname + '/icon.ico',
frame: process.platform !== 'darwin',
skipTaskbar: process.platform === 'darwin',
autoHideMenuBar: process.platform === 'darwin'
frame: false,
autoHideMenuBar: true
})

app.win.loadFile('index.html')
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aioi",
"version": "0.3.2",
"version": "0.3.3",
"description": "Supercharge Orca's UDP operator to send complex OSC message",
"homepage": "https://github.com/makio135/aioi#readme",
"main": "index.js",
Expand Down

0 comments on commit 733335f

Please sign in to comment.