aboutsummaryrefslogtreecommitdiffhomepage
path: root/desktop/main.js
diff options
context:
space:
mode:
authorneauoire <[email protected]>2020-02-13 13:35:24 -0500
committerneauoire <[email protected]>2020-02-13 13:35:24 -0500
commitbd9984916bf9d51975473f8168a828f388447b38 (patch)
tree60869710be370a1aee671be85e3241c4b5fde122 /desktop/main.js
parent522e33096da6d8f3d63a06211d004ba5276591c9 (diff)
downloadOrca-bd9984916bf9d51975473f8168a828f388447b38.tar.gz
Orca-bd9984916bf9d51975473f8168a828f388447b38.zip
Added shortcuts to transform case
Diffstat (limited to 'desktop/main.js')
-rw-r--r--desktop/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/main.js b/desktop/main.js
index e104175..0693125 100644
--- a/desktop/main.js
+++ b/desktop/main.js
@@ -18,7 +18,7 @@ app.on('ready', () => {
backgroundColor: '#000',
icon: path.join(__dirname, { darwin: 'icon.icns', linux: 'icon.png', win32: 'icon.ico' }[process.platform] || 'icon.ico'),
resizable: true,
- frame: false,
+ frame: process.platform !== 'darwin',
skipTaskbar: process.platform === 'darwin',
autoHideMenuBar: process.platform === 'darwin',
webPreferences: { zoomFactor: 1.0, nodeIntegration: true, backgroundThrottling: false }