Keep the search status when switching between compact and full view

This commit is contained in:
Marterich
2024-10-21 20:36:06 +02:00
parent 80a933db8e
commit 4bfeacf80d
2 changed files with 32 additions and 36 deletions

View File

@ -470,7 +470,7 @@ $sync["SearchBar"].Add_TextChanged({
}
switch ($sync.currentTab) {
"Install" {
Search-AppsByNameOrDescription -SearchString $sync.SearchBar.Text
Find-AppsByNameOrDescription -SearchString $sync.SearchBar.Text
}
}
})