mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
fix about view icon
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user