diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-06-21 18:19:10 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-06-21 18:19:10 +0200 |
commit | 9d2fbadd55a1c7c89660fcec430a945867ded527 (patch) | |
tree | 8293964dcf68e6d536ba0e18caa8f8ac50f5708c /include | |
parent | 933ceeabb339cdf0583a8687528941593381a268 (diff) |
Add theme option to disable rounded rectangle drop shadow
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(); |