mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-08 23:35:25 +00:00
Consolidate icon style in settings tab (#750)
This commit is contained in:
parent
368b2b2c5e
commit
449c8ba2ed
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ struct SettingsTabs: View {
|
||||||
Label("settings.general.remote-timelines", systemImage: "dot.radiowaves.right")
|
Label("settings.general.remote-timelines", systemImage: "dot.radiowaves.right")
|
||||||
}
|
}
|
||||||
NavigationLink(destination: ContentSettingsView()) {
|
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)!) {
|
Link(destination: URL(string: UIApplication.openSettingsURLString)!) {
|
||||||
Label("settings.system", systemImage: "gear")
|
Label("settings.system", systemImage: "gear")
|
||||||
|
|
Loading…
Reference in a new issue