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

@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "ShhShell@2x.png",
"filename" : "ShhShell.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"

View File

Before

Width:  |  Height:  |  Size: 253 KiB

After

Width:  |  Height:  |  Size: 253 KiB

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))