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 3f60fc7b..5506bbf8 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -617,6 +617,11 @@ public:
std::optional<QString> styleName() const;
void setStyleName(const QString& name);
+ // whether to use collapsible separators when possible
+ //
+ bool collapsibleSeparators() const;
+ void setCollapsibleSeparators(bool b);
+
// whether to show compact downloads
//
bool compactDownloads() const;