From a5563731f04eb0a2ea88d03360b49f811afaedb0 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Sat, 23 Aug 2025 13:25:02 +0100 Subject: [PATCH] fix about view icon --- .../regular.appiconset/Contents.json | 2 +- .../{ShhShell@2x.png => ShhShell.png} | Bin ShhShell/Views/About/AboutView.swift | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Resources/Assets.xcassets/regular.appiconset/{ShhShell@2x.png => ShhShell.png} (100%) diff --git a/Resources/Assets.xcassets/regular.appiconset/Contents.json b/Resources/Assets.xcassets/regular.appiconset/Contents.json index d729997..8b7e047 100644 --- a/Resources/Assets.xcassets/regular.appiconset/Contents.json +++ b/Resources/Assets.xcassets/regular.appiconset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "ShhShell@2x.png", + "filename" : "ShhShell.png", "idiom" : "universal", "platform" : "ios", "size" : "1024x1024" diff --git a/Resources/Assets.xcassets/regular.appiconset/ShhShell@2x.png b/Resources/Assets.xcassets/regular.appiconset/ShhShell.png similarity index 100% rename from Resources/Assets.xcassets/regular.appiconset/ShhShell@2x.png rename to Resources/Assets.xcassets/regular.appiconset/ShhShell.png diff --git a/ShhShell/Views/About/AboutView.swift b/ShhShell/Views/About/AboutView.swift index d98c600..77907cd 100644 --- a/ShhShell/Views/About/AboutView.swift +++ b/ShhShell/Views/About/AboutView.swift @@ -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))