From 58b1204f39c79f88816070a53f67ec8049ecdddb Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 28 Oct 2025 07:36:18 -0700 Subject: [PATCH] Update Meshtastic/Views/Settings/AppSettings.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Meshtastic/Views/Settings/AppSettings.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Views/Settings/AppSettings.swift b/Meshtastic/Views/Settings/AppSettings.swift index 6a809b42..2f10c2af 100644 --- a/Meshtastic/Views/Settings/AppSettings.swift +++ b/Meshtastic/Views/Settings/AppSettings.swift @@ -57,7 +57,7 @@ struct AppSettings: View { .tint(.accentColor) } #if targetEnvironment(macCatalyst) - + // App Icon Picker is disabled on macOS Catalyst #else Button { isPresentingAppIconSheet.toggle()