From ef28e7c26568cbd3f39949eee04997d210e98f8b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 14 Aug 2022 11:26:37 +0200 Subject: Add option to disable rounded corners --- include/Config.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Config.hpp') diff --git a/include/Config.hpp b/include/Config.hpp index 665024a..101b0be 100644 --- a/include/Config.hpp +++ b/include/Config.hpp @@ -61,6 +61,7 @@ namespace QuickMedia { YoutubeConfig youtube; bool use_system_fonts = false; bool use_system_mpv_config = false; + bool enable_shaders = true; std::string theme = "default"; float scale = 1.0f; float font_scale = 1.0f; -- cgit v1.2.3