Show input box to filter torrent list only when the list is shown

It's misleading to show the filter on every tab when it works only
for the torrent list.
This commit is contained in:
Gabriele
2014-10-19 15:58:00 +02:00
parent d02984cbed
commit 1a63f6af1b
2 changed files with 14 additions and 8 deletions

View File

@@ -184,6 +184,7 @@ private:
bool force_exit;
bool ui_locked;
LineEdit *search_filter;
QAction *searchFilterAct;
// Keyboard shortcuts
QShortcut *switchSearchShortcut;
QShortcut *switchSearchShortcut2;