mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
prettier ui on macOS (titleBarStyle set to hiddenInset). Requires changes from desktop part of bitwarden client. (#37)
This commit is contained in:
committed by
Kyle Spearrin
parent
45cb346be1
commit
42771c1a2d
@@ -94,6 +94,7 @@ export class WindowMain {
|
|||||||
y: this.windowStates[Keys.mainWindowSize].y,
|
y: this.windowStates[Keys.mainWindowSize].y,
|
||||||
title: app.getName(),
|
title: app.getName(),
|
||||||
icon: process.platform === 'linux' ? path.join(__dirname, '/images/icon.png') : undefined,
|
icon: process.platform === 'linux' ? path.join(__dirname, '/images/icon.png') : undefined,
|
||||||
|
titleBarStyle: process.platform === 'darwin' ? 'hiddenInset' : undefined,
|
||||||
show: false,
|
show: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user