From 704490e3157dbb9916fc3fb42b5503462a482f06 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 17 Jan 2021 13:00:01 +0100 Subject: Add setting to not check for updates after installing mods. --- src/settings.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 5f6dd37c..35c9ca4d 100644 --- a/src/settings.h +++ b/src/settings.h @@ -653,6 +653,11 @@ public: bool saveFilters() const; void setSaveFilters(bool b); + // whether to check for update after installing a mod + // + bool checkUpdateAfterInstallation() const; + void setCheckUpdateAfterInstallation(bool b); + // whether to show compact downloads // bool compactDownloads() const; -- cgit v1.3.1