mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
got it to return the high quality icon from the asset catalog
made the about view look nicer
This commit is contained in:
@@ -65,7 +65,7 @@ struct ContentView: View {
|
||||
|
||||
Section {
|
||||
NavigationLink {
|
||||
AboutView()
|
||||
AboutView(hostsManager: hostsManager)
|
||||
} label: {
|
||||
Label("About", systemImage: "info.square")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user