summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index e7ad7317..384d50a2 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -638,6 +638,11 @@ public:
bool collapsibleSeparatorsHighlightFrom() const;
void setCollapsibleSeparatorsHighlightFrom(bool b);
+ // whether to show icons on collapsed separators
+ //
+ bool collapsibleSeparatorsIcons(int column) const;
+ void setCollapsibleSeparatorsIcons(int column, bool show);
+
// whether each profile should have its own expansion state
//
bool collapsibleSeparatorsPerProfile() const;