got it to return the high quality icon from the asset catalog

made the about view look nicer
This commit is contained in:
neon443
2025-08-03 10:36:01 +01:00
parent 425e03223e
commit 18d708cf0c
3 changed files with 22 additions and 10 deletions

View File

@@ -65,7 +65,7 @@ struct ContentView: View {
Section {
NavigationLink {
AboutView()
AboutView(hostsManager: hostsManager)
} label: {
Label("About", systemImage: "info.square")
}