mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 16:31:00 +00:00
Fix
This commit is contained in:
parent
02d73de113
commit
ab99ef9a0a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue