From a37206991625e5045044dc07fb9930ae4b6683e0 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Wed, 12 Jun 2024 20:41:06 +0200 Subject: [PATCH] Fix --- IceCubesApp/App/Tabs/Settings/SettingsTab.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceCubesApp/App/Tabs/Settings/SettingsTab.swift b/IceCubesApp/App/Tabs/Settings/SettingsTab.swift index b8849139..7f9a822a 100644 --- a/IceCubesApp/App/Tabs/Settings/SettingsTab.swift +++ b/IceCubesApp/App/Tabs/Settings/SettingsTab.swift @@ -265,7 +265,7 @@ struct SettingsTabs: View { } icon: { let icon = IconSelectorView.Icon(string: UIApplication.shared.alternateIconName ?? "AppIcon") if let image: UIImage = .init(named: icon.appIconName) { - Image(uiImage: .init(named: icon.appIconName)!) + Image(uiImage: image) .resizable() .frame(width: 25, height: 25) .cornerRadius(4)