diff --git a/desktop/main.js b/desktop/main.js index abeea36..2c2fef6 100644 --- a/desktop/main.js +++ b/desktop/main.js @@ -13,6 +13,7 @@ app.on('ready', () => { height: 430, minWidth: 320, minHeight: 320, + backgroundColor: '#000', resizable: true, icon: __dirname + '/icon.ico', frame: process.platform === 'win32', diff --git a/desktop/package.json b/desktop/package.json index b85e790..f33c16e 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -20,11 +20,11 @@ "push": "npm run build ; npm run push_theme ; npm run push_osx ; npm run push_linux ; npm run push_win ; npm run clean ; npm run push_status" }, "devDependencies": { - "electron": "^3.0.13", - "electron-packager": "^12.2.0", - "eslint": "^5.10.0", + "electron": "^3.1.4", + "electron-packager": "^13.0.1", + "eslint": "^5.14.0", "eslint-config-standard": "^12.0.0", - "eslint-plugin-import": "^2.14.0", + "eslint-plugin-import": "^2.16.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0"