mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 04:24:23 +00:00
BUGFIX: The number of search results was not reset when clicking on 'Clear' button
This commit is contained in:
parent
03fae3953f
commit
d43d68122b
@ -40,6 +40,7 @@
|
||||
- BUGFIX: Workaround to build on Fedora system (pkg-config problem)
|
||||
- BUGFIX: search plugin update - do not display only last version changelog
|
||||
- BUGFIX: Search plugin update - fixed missing new lines in changelog
|
||||
- BUGFIX: The number of search results was not reset when clicking on 'Clear' button
|
||||
- COSMETIC: Redesigned torrent properties a little
|
||||
- COSMETIC: Redesigned options a little
|
||||
- COSMETIC: Display more logs messages concerning features
|
||||
|
@ -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…
x
Reference in New Issue
Block a user