paul + seiike issues 😭

This commit is contained in:
cranci1 2025-06-18 11:06:26 +02:00
parent 4704f27e30
commit b686c452cd
2 changed files with 1 additions and 6 deletions

View file

@ -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()

View file

@ -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
}