diff --git a/Sources/AppDelegate.swift b/Sources/AppDelegate.swift index 8be1eaf8..4e559abc 100644 --- a/Sources/AppDelegate.swift +++ b/Sources/AppDelegate.swift @@ -10260,14 +10260,7 @@ final class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCent private func ensureApplicationIcon() { let mode = AppIconSettings.resolvedMode() - if mode == .automatic { - // Let the asset catalog handle appearance-based icon selection. - if let icon = NSImage(named: NSImage.applicationIconName) { - NSApplication.shared.applicationIconImage = icon - } - } else { - AppIconSettings.applyIcon(mode) - } + AppIconSettings.applyIcon(mode) } private func scheduleLaunchServicesBundleRegistration(