diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-17 13:09:10 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-17 13:09:10 +0100 |
| commit | 2b08f3f72c3b54e50fc926ffbaf4fbca096f51be (patch) | |
| tree | 5490ecb4d974a31cd99230d41ae8f0d9ca32a669 /src/settings.h | |
| parent | 704490e3157dbb9916fc3fb42b5503462a482f06 (diff) | |
Add option to enable auto-collapse on hover after delay.
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 6 |
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; |
