Skip to content

Commit

Permalink
chore: remove titlebar overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Jul 28, 2023
1 parent 0775faa commit 856b4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Servers: VocechatServer[] = readUserData();
async function createWindow() {
win = new BrowserWindow({
titleBarStyle: "hidden",
titleBarOverlay: true,
// titleBarOverlay: true,
frame: false,
minWidth: 800,
minHeight: 600,
Expand Down

0 comments on commit 856b4f6

Please sign in to comment.