mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
- Give focus to current search tab
This commit is contained in:
@@ -136,6 +136,7 @@ void SearchEngine::on_search_button_clicked(){
|
||||
currentSearchTab=new SearchTab(this);
|
||||
tabWidget->addTab(currentSearchTab, pattern);
|
||||
all_tab.append(currentSearchTab);
|
||||
tabWidget->setCurrentWidget(currentSearchTab);
|
||||
closeTab_button->setEnabled(true);
|
||||
// if the pattern is not in the pattern
|
||||
if(searchHistory.indexOf(pattern) == -1){
|
||||
|
||||
Reference in New Issue
Block a user