diff options
author | Devine Lu Linvega <[email protected]> | 2019-02-16 15:24:29 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-02-17 07:27:34 +0900 |
commit | 9e04477879be44f8413a9d97a4a4b6d16d562713 (patch) | |
tree | 48306ebb5ed182c3bdb17f757f2d78bdd8ca6431 /desktop/main.js | |
parent | dadd2f799f25c0fad1aa2a2134d3033fe6b81c8d (diff) | |
download | Orca-9e04477879be44f8413a9d97a4a4b6d16d562713.tar.gz Orca-9e04477879be44f8413a9d97a4a4b6d16d562713.zip |
Added frame reset shortcut
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', |