Fixed overlay issue (now has faded background)

This commit is contained in:
Ben Weeks
2023-01-07 23:29:22 +00:00
parent 8161d55d05
commit 3bf39dc04b
2 changed files with 33 additions and 45 deletions

View File

@@ -84,11 +84,13 @@ struct SideMenuView: View {
.foregroundColor(textColor())
}
/*
NavigationLink(destination: EmptyView()) {
Label("Relays", systemImage: "xserve")
.font(.title2)
.foregroundColor(textColor())
}
*/
NavigationLink(destination: ConfigView(state: damus_state).environmentObject(user_settings)) {
Label("App settings", systemImage: "gear")