mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-25 00:21:46 +00:00
Revert "macOS: hide settings menu icon on macOS 27 (#13664)"
This reverts commit99c483f477, reversing changes made to33bdeed1cb.
This commit is contained in:
@@ -7,10 +7,5 @@ extension NSMenuItem {
|
||||
if #available(macOS 26, *) {
|
||||
image = NSImage(systemSymbolName: symbol, accessibilityDescription: title)
|
||||
}
|
||||
#if compiler(>=6.4)
|
||||
if #available(macOS 27.0, *) {
|
||||
preferredImageVisibility = .automatic
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user