mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 10:32:35 -05:00
Keep the search status when switching between compact and full view
This commit is contained in:
@ -470,7 +470,7 @@ $sync["SearchBar"].Add_TextChanged({
|
||||
}
|
||||
switch ($sync.currentTab) {
|
||||
"Install" {
|
||||
Search-AppsByNameOrDescription -SearchString $sync.SearchBar.Text
|
||||
Find-AppsByNameOrDescription -SearchString $sync.SearchBar.Text
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user