From f6990690f07fdb0a71e46cd809531ca0f5b86f40 Mon Sep 17 00:00:00 2001 From: Lukas <134181853+bo2themax@users.noreply.github.com> Date: Wed, 19 Aug 2026 15:02:01 +0200 Subject: [PATCH 1/2] Revert "macOS: hide settings menu icon on macOS 27 (#13664)" This reverts commit 99c483f477dcf3d6523a976772dcac71ab9466d3, reversing changes made to 33bdeed1cbc69196c10466d0c9d881c0a7a7ac9c. --- macos/Sources/Helpers/Extensions/NSMenuItem+Extension.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/macos/Sources/Helpers/Extensions/NSMenuItem+Extension.swift b/macos/Sources/Helpers/Extensions/NSMenuItem+Extension.swift index 83e167999..e512904ef 100644 --- a/macos/Sources/Helpers/Extensions/NSMenuItem+Extension.swift +++ b/macos/Sources/Helpers/Extensions/NSMenuItem+Extension.swift @@ -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 } } From 043abc7b6045fa11c08660337a7a2b7a9533205e Mon Sep 17 00:00:00 2001 From: Lukas <134181853+bo2themax@users.noreply.github.com> Date: Wed, 19 Aug 2026 15:03:15 +0200 Subject: [PATCH 2/2] macOS: group settings menu in a separate group --- macos/Sources/App/MainMenu.xib | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/macos/Sources/App/MainMenu.xib b/macos/Sources/App/MainMenu.xib index 30cd985db..aab8f1f09 100644 --- a/macos/Sources/App/MainMenu.xib +++ b/macos/Sources/App/MainMenu.xib @@ -1,8 +1,8 @@ - + - + @@ -99,6 +99,7 @@ +