mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Clear search filter before hiding the top toolbar
This commit is contained in:
@@ -916,6 +916,8 @@ void GUI::loadPreferences(bool configure_session) {
|
|||||||
toolBar->setVisible(true);
|
toolBar->setVisible(true);
|
||||||
toolBar->layout()->setSpacing(7);
|
toolBar->layout()->setSpacing(7);
|
||||||
} else {
|
} else {
|
||||||
|
// Clear search filter before hiding the top toolbar
|
||||||
|
search_filter->clear();
|
||||||
toolBar->setVisible(false);
|
toolBar->setVisible(false);
|
||||||
}
|
}
|
||||||
const uint new_refreshInterval = Preferences::getRefreshInterval();
|
const uint new_refreshInterval = Preferences::getRefreshInterval();
|
||||||
|
|||||||
Reference in New Issue
Block a user