Merge pull request #1369 from Trial97/autoselect

This commit is contained in:
Sefa Eyeoglu
2023-07-16 12:21:17 +02:00
committed by GitHub

View File

@ -104,6 +104,7 @@ void ResourcePage::openedImpl()
updateSelectionButton();
triggerSearch();
m_ui->searchEdit->setFocus();
}
auto ResourcePage::eventFilter(QObject* watched, QEvent* event) -> bool