mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 15:12:09 +00:00
Update SettingsViewGeneral.swift
This commit is contained in:
parent
ff57939a39
commit
9621fba368
1 changed files with 0 additions and 2 deletions
|
|
@ -81,7 +81,6 @@ struct SettingsViewGeneral: View {
|
|||
|
||||
Section(header: Text("Media Grid Layout"), footer: Text("Adjust the number of media items per row in portrait and landscape modes.")) {
|
||||
HStack {
|
||||
Spacer()
|
||||
if UIDevice.current.userInterfaceIdiom == .pad {
|
||||
Picker("Portrait Columns", selection: $mediaColumnsPortrait) {
|
||||
ForEach(1..<6) { i in
|
||||
|
|
@ -99,7 +98,6 @@ struct SettingsViewGeneral: View {
|
|||
}
|
||||
}
|
||||
HStack {
|
||||
Spacer()
|
||||
if UIDevice.current.userInterfaceIdiom == .pad {
|
||||
Picker("Landscape Columns", selection: $mediaColumnsLandscape) {
|
||||
ForEach(2..<9) { i in
|
||||
|
|
|
|||
Loading…
Reference in a new issue