mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix "loading mods cancelled" constantly appearing
This commit is contained in:
parent
2b53e8ae7d
commit
698112a573
1 changed files with 1 additions and 2 deletions
|
@ -411,8 +411,7 @@ void ModList::onPromise(ModListSource::PageLoadTask::Event* event) {
|
|||
}
|
||||
}
|
||||
else if (event->isCancelled()) {
|
||||
this->showStatus(ModListErrorStatus(), "Loading Mods Cancelled");
|
||||
this->updateState();
|
||||
this->reloadPage();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue