Skip to content

Commit ab99ef9

Browse files
committed
Fix
1 parent 02d73de commit ab99ef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IceCubesApp/App/Tabs/Settings/SettingsTab.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ struct SettingsTabs: View {
265265
} icon: {
266266
let icon = IconSelectorView.Icon(string: UIApplication.shared.alternateIconName ?? "AppIcon")
267267
if let image: UIImage = .init(named: icon.appIconName) {
268-
Image(uiImage: .init(named: icon.appIconName)!)
268+
Image(uiImage: image)
269269
.resizable()
270270
.frame(width: 25, height: 25)
271271
.cornerRadius(4)

0 commit comments

Comments
 (0)