mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +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(.vertical, 12)
|
||||
|
||||
Divider()
|
||||
.padding(.horizontal, 16)
|
||||
|
||||
List {
|
||||
ForEach(Array(metadataProvidersOrder.enumerated()), id: \.element) { index, provider in
|
||||
HStack {
|
||||
|
|
@ -358,8 +355,6 @@ struct SettingsViewGeneral: View {
|
|||
}
|
||||
}
|
||||
.padding(.vertical, 20)
|
||||
.scrollViewBottomPadding()
|
||||
.navigationTitle("General")
|
||||
}
|
||||
.navigationTitle(NSLocalizedString("General", comment: ""))
|
||||
.scrollViewBottomPadding()
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ struct SplashScreenView: View {
|
|||
isAnimating = true
|
||||
}
|
||||
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.25) {
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) {
|
||||
withAnimation(.easeOut(duration: 0.5)) {
|
||||
showMainApp = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue