mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
paul + seiike issues 😭
This commit is contained in:
parent
4704f27e30
commit
b686c452cd
2 changed files with 1 additions and 6 deletions
|
|
@ -275,9 +275,6 @@ struct SettingsViewGeneral: View {
|
||||||
.padding(.horizontal, 16)
|
.padding(.horizontal, 16)
|
||||||
.padding(.vertical, 12)
|
.padding(.vertical, 12)
|
||||||
|
|
||||||
Divider()
|
|
||||||
.padding(.horizontal, 16)
|
|
||||||
|
|
||||||
List {
|
List {
|
||||||
ForEach(Array(metadataProvidersOrder.enumerated()), id: \.element) { index, provider in
|
ForEach(Array(metadataProvidersOrder.enumerated()), id: \.element) { index, provider in
|
||||||
HStack {
|
HStack {
|
||||||
|
|
@ -358,8 +355,6 @@ struct SettingsViewGeneral: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding(.vertical, 20)
|
.padding(.vertical, 20)
|
||||||
.scrollViewBottomPadding()
|
|
||||||
.navigationTitle("General")
|
|
||||||
}
|
}
|
||||||
.navigationTitle(NSLocalizedString("General", comment: ""))
|
.navigationTitle(NSLocalizedString("General", comment: ""))
|
||||||
.scrollViewBottomPadding()
|
.scrollViewBottomPadding()
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ struct SplashScreenView: View {
|
||||||
isAnimating = true
|
isAnimating = true
|
||||||
}
|
}
|
||||||
|
|
||||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.25) {
|
DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {
|
||||||
withAnimation(.easeOut(duration: 0.5)) {
|
withAnimation(.easeOut(duration: 0.5)) {
|
||||||
showMainApp = true
|
showMainApp = true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue