summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index 043b22a4..efcfee57 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -631,6 +631,16 @@ public:
bool collapsibleSeparatorsConflicts() const;
void setCollapsibleSeparatorsConflicts(bool b);
+ // whether each profile should have its own expansion state
+ //
+ bool collapsibleSeparatorsPerProfile() const;
+ void setCollapsibleSeparatorsPerProfile(bool b);
+
+ // whether to save/restore filter states between runs
+ //
+ bool saveFilters() const;
+ void setSaveFilters(bool b);
+
// whether to show compact downloads
//
bool compactDownloads() const;