feat: use inset title bar style on macOS (#47)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
@@ -289,6 +289,7 @@ function createMainWindow() {
|
||||
backgroundColor: "#ffffff00"
|
||||
}
|
||||
: {}),
|
||||
...(process.platform === "darwin" ? { titleBarStyle: "hiddenInset" } : {}),
|
||||
...getWindowBoundsOptions()
|
||||
}));
|
||||
win.setMenuBarVisibility(false);
|
||||
|
||||
Reference in New Issue
Block a user