Skip to content

Commit 4ac4c46

Browse files
committed
Update version to 0.1.0
1 parent a10a961 commit 4ac4c46

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ChatHub",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "ChatHub Desktop App",
55
"main": "./out/main/index.js",
66
"author": "chathub.gg",

src/main/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ function createWindow() {
2323
webPreferences: {
2424
preload: join(__dirname, '../preload/index.js'),
2525
sandbox: false
26-
}
26+
},
27+
titleBarStyle: 'default'
2728
})
2829

2930
mainWindow.on('ready-to-show', () => {

0 commit comments

Comments
 (0)