Change the Content Settings icon to match the timeline icon again. (#969)

This commit is contained in:
Gareth Simpson 2023-02-21 06:04:17 +00:00 committed by GitHub
parent 25f699a321
commit a2346413ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -132,7 +132,7 @@ struct SettingsTabs: View {
Label("settings.general.remote-timelines", systemImage: "dot.radiowaves.right")
}
NavigationLink(destination: ContentSettingsView()) {
Label("settings.general.content", systemImage: "rectangle.on.rectangle")
Label("settings.general.content", systemImage: "rectangle.stack")
}
NavigationLink(destination: SwipeActionsSettingsView()) {
Label("settings.general.swipeactions", systemImage: "hand.draw")