Disable "Check for Updates" and "Download Mods" while the game is running

Signed-off-by: Gingeh <39150378+Gingeh@users.noreply.github.com>
This commit is contained in:
Gingeh
2022-08-01 20:19:20 +10:00
parent a8dfe98b1a
commit 77b640b76b
3 changed files with 9 additions and 1 deletions

View File

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