mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
Try to fix ModrinthCheckUpdate (not working)
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -21,7 +21,8 @@ class CheckUpdateTask : public Task {
|
||||
, m_resources(resources)
|
||||
, m_game_versions(mcVersions)
|
||||
, m_loaders_list(std::move(loadersList))
|
||||
, m_resource_model(resourceModel){};
|
||||
, m_resource_model(std::move(resourceModel))
|
||||
{}
|
||||
|
||||
struct Update {
|
||||
QString name;
|
||||
|
Reference in New Issue
Block a user