mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
Refactor views
This commit is contained in:
@@ -9,12 +9,12 @@ import SwiftUI
|
||||
|
||||
#if !os(tvOS)
|
||||
struct BatchDownloadQualitySheet: View {
|
||||
let videoCount: Int
|
||||
let onConfirm: (DownloadQuality, Bool) -> Void
|
||||
|
||||
@Environment(\.dismiss) private var dismiss
|
||||
@Environment(\.appEnvironment) private var appEnvironment
|
||||
|
||||
let videoCount: Int
|
||||
let onConfirm: (DownloadQuality, Bool) -> Void
|
||||
|
||||
@State private var selectedQuality: DownloadQuality = .best
|
||||
@State private var includeSubtitles = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user