From 4ace715a8fbfa60381d9a93ba6f435937a8eeebd Mon Sep 17 00:00:00 2001 From: Francesco <100066266+cranci1@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:40:22 +0100 Subject: [PATCH] Update SettingsView.swift --- Sora/Views/SettingsView/SettingsView.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Sora/Views/SettingsView/SettingsView.swift b/Sora/Views/SettingsView/SettingsView.swift index f7f6ec0..eacb628 100644 --- a/Sora/Views/SettingsView/SettingsView.swift +++ b/Sora/Views/SettingsView/SettingsView.swift @@ -11,9 +11,9 @@ struct SettingsView: View { var body: some View { NavigationView { Form { - Section(header: Text("Main Settings")) { + Section(header: Text("Main")) { NavigationLink(destination: SettingsViewGeneral()) { - Text("General Settings") + Text("General Preferences") } NavigationLink(destination: SettingsViewPlayer()) { Text("Media Player") @@ -21,9 +21,9 @@ struct SettingsView: View { NavigationLink(destination: SettingsViewModule()) { Text("Modules") } - NavigationLink(destination: SettingsViewTrackers()) { - Text("Trackers") - } + //NavigationLink(destination: SettingsViewTrackers()) { + // Text("Trackers") + //} } Section(header: Text("Info")) {