integrate title into native macOS title bar chrome

This commit is contained in:
jess 2026-04-06 00:57:19 -07:00
parent 54e262161c
commit 209a63c8b3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class TitleBarAccessoryController: NSTitlebarAccessoryViewController {
override func viewDidLoad() {
super.viewDidLoad()
layoutAttribute = .bottom
layoutAttribute = .top
fullScreenMinHeight = 28
}
}