summaryrefslogtreecommitdiff
path: root/settings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'settings.hpp')
-rw-r--r--settings.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.hpp b/settings.hpp
index a656ac9..30ce975 100644
--- a/settings.hpp
+++ b/settings.hpp
@@ -6,6 +6,7 @@
class SettingsManager {
public:
SettingsManager(std::string filename);
+ void Reload();
void Close();
bool GetUseMemoryDB() const;
@@ -16,6 +17,7 @@ public:
std::string GetLinkColor() const;
int GetCacheHTTPConcurrency() const;
bool GetPrefetch() const;
+ std::string GetMainCSS() const;
bool IsValid() const;