Revert "macOS: hide settings menu icon on macOS 27 (#13664)"

This reverts commit 99c483f477, reversing
changes made to 33bdeed1cb.
This commit is contained in:
Lukas
2026-08-19 15:02:01 +02:00
parent 4c6215bb8e
commit f6990690f0

View File

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