From cb04c11b2c29d973cdda9b0336024946bb3ca93d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 11 Sep 2024 19:19:10 +0200 Subject: Make checkbox nicer --- 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 df25268..1db389a 100644 --- a/include/Theme.hpp +++ b/include/Theme.hpp @@ -37,6 +37,8 @@ namespace gsr { mgl::Texture stream_button_texture; mgl::Texture close_texture; mgl::Texture logo_texture; + mgl::Texture checkbox_circle_texture; + mgl::Texture checkbox_background_texture; double double_click_timeout_seconds = 0.4; -- cgit v1.2.3