We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10a961 commit 4ac4c46Copy full SHA for 4ac4c46
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ChatHub",
3
- "version": "1.0.0",
+ "version": "0.1.0",
4
"description": "ChatHub Desktop App",
5
"main": "./out/main/index.js",
6
"author": "chathub.gg",
src/main/index.js
@@ -23,7 +23,8 @@ function createWindow() {
23
webPreferences: {
24
preload: join(__dirname, '../preload/index.js'),
25
sandbox: false
26
- }
+ },
27
+ titleBarStyle: 'default'
28
})
29
30
mainWindow.on('ready-to-show', () => {
0 commit comments