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 30ce975..7bb022e 100644 --- a/settings.hpp +++ b/settings.hpp @@ -18,6 +18,7 @@ public: int GetCacheHTTPConcurrency() const; bool GetPrefetch() const; std::string GetMainCSS() const; + bool GetShowAnimations() const; bool IsValid() const; |