aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2020-08-31 00:32:24 +0530
committerKumar Priyansh <[email protected]>2020-08-31 00:32:24 +0530
commita1f340cd525634bcbe83b085a2dd2d7a3d164014 (patch)
tree4720d8b6e633e92bd4d48beda18a9f8f75d04016 /main.js
parentd18dd924dc52aec85086e8813837afbcfe257ad8 (diff)
downloaddictionary-a1f340cd525634bcbe83b085a2dd2d7a3d164014.tar.xz
dictionary-a1f340cd525634bcbe83b085a2dd2d7a3d164014.zip
made titlebar hiddenInset
Diffstat (limited to 'main.js')
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index 2ccb090..8181d9a 100644
--- a/main.js
+++ b/main.js
@@ -13,7 +13,7 @@ function createWindow () {
webPreferences: {
nodeIntegration: true
},
- frame: false,
+ titleBarStyle: 'hiddenInset',
icon: path.join(__dirname, 'icon.png'),
resizable: false
})