diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-14 20:30:06 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-14 20:30:06 +0100 |
| commit | 38129e6e7760ffcb660de88e7b87e691e16a49df (patch) | |
| tree | 362a05389888648089d39604fecbbce3954ed5bb /src/settings.h | |
| parent | 662a1eb3d7073166b1db3a05e34ecefd73046e3b (diff) | |
Disable highlighting from/to separators separately.
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/settings.h b/src/settings.h index 484ce163..e7ad7317 100644 --- a/src/settings.h +++ b/src/settings.h @@ -626,10 +626,17 @@ public: bool collapsibleSeparators(Qt::SortOrder order) const; void setCollapsibleSeparators(bool ascending, bool descending); - // whether to display mod conflicts on separators when collapsed + // whether to highlight mod conflicts and plugins on collapsed + // separators // - bool collapsibleSeparatorsConflicts() const; - void setCollapsibleSeparatorsConflicts(bool b); + bool collapsibleSeparatorsHighlightTo() const; + void setCollapsibleSeparatorsHighlightTo(bool b); + + // whether to highlight mod conflicts and plugins from separators + // when selected but collapsed + // + bool collapsibleSeparatorsHighlightFrom() const; + void setCollapsibleSeparatorsHighlightFrom(bool b); // whether each profile should have its own expansion state // |
