diff options
Diffstat (limited to 'desktop/main.js')
-rw-r--r-- | desktop/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/main.js b/desktop/main.js index f671009..abc6c3a 100644 --- a/desktop/main.js +++ b/desktop/main.js @@ -13,6 +13,7 @@ app.on('ready', () => { height: 450, minWidth: 320, minHeight: 320, + backgroundColor: '#000', resizable: true, icon: __dirname + '/icon.ico', frame: process.platform === 'win32', |