mirror of
https://github.com/cranci1/Sora.git
synced 2026-05-21 09:02:12 +00:00
yeah
This commit is contained in:
parent
1540193a88
commit
dbf2c2516b
1 changed files with 0 additions and 9 deletions
|
|
@ -162,7 +162,6 @@ struct SettingsViewGeneral: View {
|
||||||
private let TMDBimageWidhtList = ["300", "500", "780", "1280", "original"]
|
private let TMDBimageWidhtList = ["300", "500", "780", "1280", "original"]
|
||||||
private let sortOrderOptions = ["Ascending", "Descending"]
|
private let sortOrderOptions = ["Ascending", "Descending"]
|
||||||
@EnvironmentObject var settings: Settings
|
@EnvironmentObject var settings: Settings
|
||||||
@State private var showAppIconPicker = false
|
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
ScrollView {
|
ScrollView {
|
||||||
|
|
@ -281,13 +280,5 @@ struct SettingsViewGeneral: View {
|
||||||
}
|
}
|
||||||
.navigationTitle("General")
|
.navigationTitle("General")
|
||||||
.scrollViewBottomPadding()
|
.scrollViewBottomPadding()
|
||||||
.sheet(isPresented: $showAppIconPicker) {
|
|
||||||
if #available(iOS 16.0, *) {
|
|
||||||
SettingsViewAlternateAppIconPicker(isPresented: $showAppIconPicker)
|
|
||||||
.presentationDetents([.height(200)])
|
|
||||||
} else {
|
|
||||||
SettingsViewAlternateAppIconPicker(isPresented: $showAppIconPicker)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue