Merge branch 'PrismLauncher:develop' into better-component-installation

This commit is contained in:
TheKodeToad 2023-07-21 11:02:57 +01:00 committed by GitHub
commit 0be4db30eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
80 changed files with 2628 additions and 1234 deletions

View file

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