mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 00:22:12 +00:00
Update SettingsView.swift
This commit is contained in:
parent
37425a2e55
commit
4ace715a8f
1 changed files with 5 additions and 5 deletions
|
|
@ -11,9 +11,9 @@ struct SettingsView: View {
|
||||||
var body: some View {
|
var body: some View {
|
||||||
NavigationView {
|
NavigationView {
|
||||||
Form {
|
Form {
|
||||||
Section(header: Text("Main Settings")) {
|
Section(header: Text("Main")) {
|
||||||
NavigationLink(destination: SettingsViewGeneral()) {
|
NavigationLink(destination: SettingsViewGeneral()) {
|
||||||
Text("General Settings")
|
Text("General Preferences")
|
||||||
}
|
}
|
||||||
NavigationLink(destination: SettingsViewPlayer()) {
|
NavigationLink(destination: SettingsViewPlayer()) {
|
||||||
Text("Media Player")
|
Text("Media Player")
|
||||||
|
|
@ -21,9 +21,9 @@ struct SettingsView: View {
|
||||||
NavigationLink(destination: SettingsViewModule()) {
|
NavigationLink(destination: SettingsViewModule()) {
|
||||||
Text("Modules")
|
Text("Modules")
|
||||||
}
|
}
|
||||||
NavigationLink(destination: SettingsViewTrackers()) {
|
//NavigationLink(destination: SettingsViewTrackers()) {
|
||||||
Text("Trackers")
|
// Text("Trackers")
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
Section(header: Text("Info")) {
|
Section(header: Text("Info")) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue