fix about view icon

This commit is contained in:
neon443
2025-08-23 13:25:02 +01:00
parent a454723727
commit a5563731f0
3 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ struct AboutView: View {
.ignoresSafeArea(.all)
// List {
VStack(alignment: .leading) {
UIImage().appIcon
hostsManager.settings.appIcon.image
.resizable().scaledToFit()
.frame(width: 100)
.clipShape(RoundedRectangle(cornerRadius: 22))