mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-29 12:22:59 +00:00
fixed formatting
Some checks are pending
Build and Release IPA / Build IPA and Mac Catalyst (push) Waiting to run
Some checks are pending
Build and Release IPA / Build IPA and Mac Catalyst (push) Waiting to run
This commit is contained in:
parent
37429def51
commit
a63a02e4de
8 changed files with 14 additions and 16 deletions
Binary file not shown.
|
|
@ -46,4 +46,3 @@ struct SoraApp: App {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -75,4 +75,3 @@ class NormalPlayer: AVPlayerViewController {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
//
|
||||
|
||||
import SwiftUI
|
||||
import Kingfisher
|
||||
import SwiftSoup
|
||||
import Kingfisher
|
||||
|
||||
struct SearchResultsView: View {
|
||||
let module: ModuleStruct?
|
||||
|
|
|
|||
|
|
@ -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"))
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue