From a2346413eca7c096c43b30552bf348919bc396ca Mon Sep 17 00:00:00 2001 From: Gareth Simpson Date: Tue, 21 Feb 2023 06:04:17 +0000 Subject: [PATCH] Change the Content Settings icon to match the timeline icon again. (#969) --- IceCubesApp/App/Tabs/Settings/SettingsTab.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceCubesApp/App/Tabs/Settings/SettingsTab.swift b/IceCubesApp/App/Tabs/Settings/SettingsTab.swift index 69dbc457..a372cfeb 100644 --- a/IceCubesApp/App/Tabs/Settings/SettingsTab.swift +++ b/IceCubesApp/App/Tabs/Settings/SettingsTab.swift @@ -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")