summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.h b/src/settings.h
index f4e36b2a..fff684b8 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -190,6 +190,10 @@ public:
std::optional<QVersionNumber> getVersion() const;
bool getFirstStart() const;
+ std::optional<QColor> getPreviousSeparatorColor() const;
+ void setPreviousSeparatorColor(const QColor& c) const;
+ void removePreviousSeparatorColor();
+
GeometrySettings& geometry();
const GeometrySettings& geometry() const;