mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: do not hardcode true for titlebar tabs
This commit is contained in:
@ -203,7 +203,7 @@ extension Ghostty {
|
||||
var v = false;
|
||||
let key = "macos-titlebar-tabs"
|
||||
_ = ghostty_config_get(config, &v, key, UInt(key.count))
|
||||
return true
|
||||
return v
|
||||
}
|
||||
|
||||
var backgroundColor: Color {
|
||||
|
Reference in New Issue
Block a user