mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-17 12:46:40 +00:00
Change the Content Settings icon to match the timeline icon again. (#969)
This commit is contained in:
parent
25f699a321
commit
a2346413ec
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,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.on.rectangle")
|
Label("settings.general.content", systemImage: "rectangle.stack")
|
||||||
}
|
}
|
||||||
NavigationLink(destination: SwipeActionsSettingsView()) {
|
NavigationLink(destination: SwipeActionsSettingsView()) {
|
||||||
Label("settings.general.swipeactions", systemImage: "hand.draw")
|
Label("settings.general.swipeactions", systemImage: "hand.draw")
|
||||||
|
|
Loading…
Reference in a new issue