mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-24 19:51:29 +01:00
Fix
This commit is contained in:
parent
02d73de113
commit
ab99ef9a0a
@ -265,7 +265,7 @@ struct SettingsTabs: View {
|
|||||||
} icon: {
|
} icon: {
|
||||||
let icon = IconSelectorView.Icon(string: UIApplication.shared.alternateIconName ?? "AppIcon")
|
let icon = IconSelectorView.Icon(string: UIApplication.shared.alternateIconName ?? "AppIcon")
|
||||||
if let image: UIImage = .init(named: icon.appIconName) {
|
if let image: UIImage = .init(named: icon.appIconName) {
|
||||||
Image(uiImage: .init(named: icon.appIconName)!)
|
Image(uiImage: image)
|
||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 25, height: 25)
|
.frame(width: 25, height: 25)
|
||||||
.cornerRadius(4)
|
.cornerRadius(4)
|
||||||
|
Loading…
Reference in New Issue
Block a user