mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Change search bar position
This commit is contained in:
parent
94099281ae
commit
27d8c26180
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ import Views
|
|||
.navigationTitle("Home")
|
||||
.searchable(
|
||||
text: $viewModel.searchTerm,
|
||||
placement: .toolbar
|
||||
placement: .sidebar
|
||||
) {
|
||||
if viewModel.searchTerm.isEmpty {
|
||||
Text(LocalText.inboxGeneric).searchCompletion("in:inbox ")
|
||||
|
|
|
|||
Loading…
Reference in a new issue