From 2b08f3f72c3b54e50fc926ffbaf4fbca096f51be Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 17 Jan 2021 13:09:10 +0100 Subject: Add option to enable auto-collapse on hover after delay. --- src/settings.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/settings.h') 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; -- cgit v1.3.1