fixed formatting
Some checks are pending
Build and Release IPA / Build IPA and Mac Catalyst (push) Waiting to run

This commit is contained in:
cranci1 2025-01-02 16:35:03 +01:00
parent 37429def51
commit a63a02e4de
8 changed files with 14 additions and 16 deletions

View file

@ -46,4 +46,3 @@ struct SoraApp: App {
}
}
}

View file

@ -75,4 +75,3 @@ class NormalPlayer: AVPlayerViewController {
}
}
}

View file

@ -6,8 +6,8 @@
//
import SwiftUI
import Kingfisher
import SwiftSoup
import Kingfisher
struct SearchResultsView: View {
let module: ModuleStruct?

View file

@ -105,7 +105,7 @@ struct SearchView: View {
.alert(isPresented: $showAlert) {
Alert(
title: Text("No module selected"),
message: Text("Please select a module before searching or add it in settings."),
message: Text("Please select a module before searching."),
dismissButton: .default(Text("OK"))
)
}