|
@@ -56,7 +56,7 @@ extension Settings {
|
|
|
|
|
|
|
|
Group {
|
|
Group {
|
|
|
HStack {
|
|
HStack {
|
|
|
- Image(uiImage: UIImage(named: appIcons.appIcon.rawValue) ?? UIImage())
|
|
|
|
|
|
|
+ Image(appIcons.appIcon.rawValue)
|
|
|
.resizable()
|
|
.resizable()
|
|
|
.aspectRatio(contentMode: .fit)
|
|
.aspectRatio(contentMode: .fit)
|
|
|
.frame(width: 50, height: 50)
|
|
.frame(width: 50, height: 50)
|