This commit is contained in:
Trial97 2024-03-31 21:15:49 +03:00
commit a0eba1ace6
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
28 changed files with 226 additions and 59 deletions

View file

@ -104,6 +104,7 @@ void ModrinthPage::retranslate()
void ModrinthPage::openedImpl()
{
BasePage::openedImpl();
suggestCurrent();
triggerSearch();
}