mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-28 14:08:35 +00:00
chore: rename window-position-{x,y} to window-initial-position-{x,y}
This commit is contained in:

committed by
Mitchell Hashimoto

parent
16bf3b8820
commit
f9250e28b5
@@ -370,7 +370,7 @@ class TerminalController: BaseTerminalController {
|
||||
|
||||
// Set our window positioning to coordinates if config value exists, otherwise
|
||||
// fallback to original centering behavior
|
||||
setInitialWindowPosition(window, x: config.windowPositionX, y: config.windowPositionY, windowDecorations: config.windowDecorations)
|
||||
setInitialWindowPosition(window, x: config.windowInitialPositionX, y: config.windowInitialPositionY, windowDecorations: config.windowDecorations)
|
||||
|
||||
// Make sure our theme is set on the window so styling is correct.
|
||||
if let windowTheme = config.windowTheme {
|
||||
|
Reference in New Issue
Block a user