Merge pull request #1007 from Gingeh/disable-update-button

This commit is contained in:
Sefa Eyeoglu
2022-08-20 12:50:19 +02:00
parent 6d94338a56
commit d68d5ca23f
4 changed files with 30 additions and 9 deletions

View File

@ -53,6 +53,7 @@ class ModFolderPage : public ExternalResourcesPage {
virtual QString helpPage() const override { return "Loader-mods"; }
virtual bool shouldDisplay() const override;
void runningStateChanged(bool running) override;
private slots:
void installMods();