mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-04 16:49:44 +00:00
yes
This commit is contained in:
parent
ebe38209bb
commit
a07b43a750
1 changed files with 4 additions and 7 deletions
|
|
@ -59,7 +59,6 @@ struct SettingsView: View {
|
|||
.padding(.horizontal, 20)
|
||||
.padding(.top, 16)
|
||||
|
||||
// MAIN SECTION
|
||||
VStack(alignment: .leading, spacing: 4) {
|
||||
Text("MAIN")
|
||||
.font(.footnote)
|
||||
|
|
@ -77,13 +76,13 @@ struct SettingsView: View {
|
|||
}
|
||||
Divider().padding(.horizontal, 16)
|
||||
|
||||
NavigationLink(destination: SettingsViewModule()) {
|
||||
SettingsNavigationRow(icon: "cube", title: "Modules")
|
||||
NavigationLink(destination: SettingsViewDownloads()) {
|
||||
SettingsNavigationRow(icon: "arrow.down.circle", title: "Download")
|
||||
}
|
||||
Divider().padding(.horizontal, 16)
|
||||
|
||||
NavigationLink(destination: SettingsViewDownloads()) {
|
||||
SettingsNavigationRow(icon: "arrow.down.circle", title: "Download Settings")
|
||||
NavigationLink(destination: SettingsViewModule()) {
|
||||
SettingsNavigationRow(icon: "cube", title: "Modules")
|
||||
}
|
||||
Divider().padding(.horizontal, 16)
|
||||
|
||||
|
|
@ -110,7 +109,6 @@ struct SettingsView: View {
|
|||
.padding(.horizontal, 20)
|
||||
}
|
||||
|
||||
// DATA/LOGS SECTION
|
||||
VStack(alignment: .leading, spacing: 4) {
|
||||
Text("DATA/LOGS")
|
||||
.font(.footnote)
|
||||
|
|
@ -146,7 +144,6 @@ struct SettingsView: View {
|
|||
.padding(.horizontal, 20)
|
||||
}
|
||||
|
||||
// INFOS SECTION
|
||||
VStack(alignment: .leading, spacing: 4) {
|
||||
Text("INFOS")
|
||||
.font(.footnote)
|
||||
|
|
|
|||
Loading…
Reference in a new issue