macos: do not hardcode true for titlebar tabs

This commit is contained in:
Mitchell Hashimoto
2024-01-31 10:22:09 -08:00
parent 00661c13ab
commit 939bb22615

View File

@ -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 {