fix: modrinth categories not loading

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2025-05-06 23:27:29 +03:00
parent 7523bc1925
commit 9b07c6948c
2 changed files with 4 additions and 3 deletions

View File

@ -98,6 +98,7 @@ class ModrinthModPage : public ModPage {
protected:
virtual void prepareProviderCategories() override;
Task::Ptr m_categoriesTask;
};
class ModrinthResourcePackPage : public ResourcePackResourcePage {