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
commit c145bfa524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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