mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Default prefetch content to true
This commit is contained in:
parent
366254548d
commit
b824f2771f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ struct LibraryAddFeedView: View {
|
|||
@State var feedURL: String = ""
|
||||
@EnvironmentObject var dataService: DataService
|
||||
|
||||
@State var prefetchContent = false
|
||||
@State var prefetchContent = true
|
||||
@State var folderSelection = "following"
|
||||
@State var selectedLabels = [LinkedItemLabel]()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue