mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
fix x2
This commit is contained in:
parent
30d414a434
commit
a0fb8a56e7
1 changed files with 2 additions and 1 deletions
|
|
@ -1011,6 +1011,7 @@ struct EnhancedShowEpisodesView: View {
|
|||
@EnvironmentObject var jsController: JSController
|
||||
@Environment(\.colorScheme) private var colorScheme
|
||||
@Environment(\.dismiss) private var dismiss
|
||||
private var fillerBadgeOpacity: Double { colorScheme == .dark ? 0.18 : 0.12 }
|
||||
|
||||
@State private var episodeSortOption: EpisodeSortOption = .episodeOrder
|
||||
@State private var showFullSynopsis = false
|
||||
|
|
@ -1561,4 +1562,4 @@ struct SearchableStyleModifier: ViewModifier {
|
|||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue