Skip to content

Commit 79943e1

Browse files
committed
chore: update UX for windows
1 parent 48f08fe commit 79943e1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

electron/main/index.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@ const Servers: VocechatServer[] = readUserData();
4242
async function createWindow() {
4343
win = new BrowserWindow({
4444
titleBarStyle: process.platform == "darwin" ? "hidden" : "default",
45-
titleBarOverlay: process.platform == "darwin",
45+
titleBarOverlay:
46+
process.platform == "darwin"
47+
? true
48+
: {
49+
height: 48,
50+
color: "#E5E7EB"
51+
},
52+
autoHideMenuBar: true,
4653
frame: process.platform !== "darwin",
4754
minWidth: 800,
4855
minHeight: 600,

public/favicon.ico

-38.9 KB
Binary file not shown.

public/node.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)