mirror of
https://github.com/neon443/NearFuture.git
synced 2026-03-11 06:49:12 +00:00
custom symbols picker
This commit is contained in:
@@ -43,6 +43,14 @@ struct ContentView: View {
|
||||
Image(systemName: "gear")
|
||||
Text("Settings")
|
||||
}
|
||||
NavigationLink {
|
||||
SymbolsPicker(
|
||||
selection: .constant("")
|
||||
)
|
||||
} label: {
|
||||
Image(systemName: "gear")
|
||||
Text("Settings")
|
||||
}
|
||||
}
|
||||
} detail: {
|
||||
Text("Welcome to Near Future")
|
||||
|
||||
Reference in New Issue
Block a user