hide macos traffic light with custom titlebar (#636)
Co-authored-by: MrGarlic <bsamans@samans.com>
This commit is contained in:
parent
3772db9eea
commit
d3e8dfa724
1 changed files with 1 additions and 0 deletions
|
@ -430,6 +430,7 @@ function createMainWindow() {
|
|||
autoHideMenuBar: enableMenu
|
||||
}));
|
||||
win.setMenuBarVisibility(false);
|
||||
if (process.platform === "darwin" && customTitleBar) win.setWindowButtonVisibility(false);
|
||||
|
||||
win.on("close", e => {
|
||||
const useTray = !isDeckGameMode && Settings.store.minimizeToTray !== false && Settings.store.tray !== false;
|
||||
|
|
Loading…
Reference in a new issue