mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-03 22:06:29 +00:00
Fix
This commit is contained in:
parent
3182762824
commit
a372069916
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue