diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Theme.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp index e466931..653cfe9 100644 --- a/include/Theme.hpp +++ b/include/Theme.hpp @@ -33,6 +33,8 @@ namespace QuickMedia { sf::Color arrow_color; sf::Color url_text_color; sf::Color loading_page_color; + + bool blur_enabled; }; void init_themes(); |