v0.6.0 #19
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ struct ContentView: View {
|
|||
SearchResultsView()
|
||||
}
|
||||
.navigationTitle("Search")
|
||||
.navigationBarTitleDisplayMode(navModel.isEditingSearch || navModel.isSearching ? .inline : .automatic)
|
||||
.navigationBarTitleDisplayMode(navModel.isSearching ? .inline : .large)
|
||||
.navigationSearchBar {
|
||||
SearchBar("Search",
|
||||
text: $scrapingModel.searchText,
|
||||
|
|
|
|||
Loading…
Reference in a new issue