mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
BUGFIX: The number of search results was not reset when clicking on 'Clear' button
This commit is contained in:
parent
03fae3953f
commit
d43d68122b
2 changed files with 2 additions and 0 deletions
|
@ -564,6 +564,7 @@ void SearchEngine::on_clear_button_clicked(){
|
|||
// Disable clear & download buttons
|
||||
clear_button->setEnabled(false);
|
||||
download_button->setEnabled(false);
|
||||
results_lbl->setText(tr("Results")+" <i>(0)</i>:");
|
||||
}
|
||||
|
||||
// Download selected items in search results list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue