From 712eba816e1824c7babeffc946dad0335bd87913 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 18 Dec 2020 02:05:24 -0500 Subject: reload settings + custom css path --- settings.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.hpp') 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; -- cgit v1.2.3