mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
BUGFIX: The number of search results was not reset when clicking on 'Clear' button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user