summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 35c9ca4d..96290f55 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -653,6 +653,12 @@ 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;