mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-04 12:27:49 +00:00
macos: always use latest window decoration config from runtime
This commit is contained in:
committed by
Mitchell Hashimoto
parent
ddb9be0971
commit
81efb2dfe5
@@ -31,7 +31,7 @@ class PrimaryWindow: NSWindow {
|
||||
|
||||
let window = PrimaryWindow(
|
||||
contentRect: NSRect(x: 0, y: 0, width: 800, height: 600),
|
||||
styleMask: getStyleMask(renderDecoration: baseConfig?.render_decoration ?? renderDecoration),
|
||||
styleMask: getStyleMask(renderDecoration: renderDecoration),
|
||||
backing: .buffered,
|
||||
defer: false)
|
||||
window.center()
|
||||
|
||||
Reference in New Issue
Block a user