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
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