Consolidate icon style in settings tab (#750)
This commit is contained in:
parent
368b2b2c5e
commit
449c8ba2ed
|
@ -111,7 +111,7 @@ struct SettingsTabs: View {
|
|||
Label("settings.general.remote-timelines", systemImage: "dot.radiowaves.right")
|
||||
}
|
||||
NavigationLink(destination: ContentSettingsView()) {
|
||||
Label("settings.general.content", systemImage: "rectangle.fill.on.rectangle.fill")
|
||||
Label("settings.general.content", systemImage: "rectangle.on.rectangle")
|
||||
}
|
||||
Link(destination: URL(string: UIApplication.openSettingsURLString)!) {
|
||||
Label("settings.system", systemImage: "gear")
|
||||
|
|
Loading…
Reference in New Issue