feat: use inset title bar style on macOS (#47)

Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
Ryan Cao
2023-07-14 00:07:48 +00:00
committed by GitHub
parent 70ca06eb16
commit 6d35be79b8
3 changed files with 24 additions and 0 deletions

View File

@@ -289,6 +289,7 @@ function createMainWindow() {
backgroundColor: "#ffffff00"
}
: {}),
...(process.platform === "darwin" ? { titleBarStyle: "hiddenInset" } : {}),
...getWindowBoundsOptions()
}));
win.setMenuBarVisibility(false);