From 9d2fbadd55a1c7c89660fcec430a945867ded527 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 21 Jun 2021 18:19:10 +0200 Subject: Add theme option to disable rounded rectangle drop shadow --- include/Theme.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Theme.hpp') 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(); -- cgit v1.2.3