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" : [ "images" : [
{ {
"filename" : "ShhShell@2x.png", "filename" : "ShhShell.png",
"idiom" : "universal", "idiom" : "universal",
"platform" : "ios", "platform" : "ios",
"size" : "1024x1024" "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) .ignoresSafeArea(.all)
// List { // List {
VStack(alignment: .leading) { VStack(alignment: .leading) {
UIImage().appIcon hostsManager.settings.appIcon.image
.resizable().scaledToFit() .resizable().scaledToFit()
.frame(width: 100) .frame(width: 100)
.clipShape(RoundedRectangle(cornerRadius: 22)) .clipShape(RoundedRectangle(cornerRadius: 22))