diff options
Diffstat (limited to 'settings.hpp')
-rw-r--r-- | settings.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.hpp b/settings.hpp index c2a292d..a656ac9 100644 --- a/settings.hpp +++ b/settings.hpp @@ -15,6 +15,7 @@ public: bool GetShowEmojis() const; std::string GetLinkColor() const; int GetCacheHTTPConcurrency() const; + bool GetPrefetch() const; bool IsValid() const; |