Update SettingsView.swift

This commit is contained in:
Francesco 2025-03-26 15:40:22 +01:00
parent 37425a2e55
commit 4ace715a8f

View file

@ -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")) {