diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
