diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h index 5f6dd37c..96290f55 100644 --- a/src/settings.h +++ b/src/settings.h @@ -653,6 +653,17 @@ public: bool saveFilters() const; void setSaveFilters(bool b); + // whether to collapse groups (separators, categories, ...) after + // a delay when hovering (similar to auto-expand) + // + bool autoCollapseOnHover() const; + void setAutoCollapseOnHover(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; |
