aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-09-11 19:19:10 +0200
committerdec05eba <dec05eba@protonmail.com>2024-09-11 19:19:10 +0200
commitcb04c11b2c29d973cdda9b0336024946bb3ca93d (patch)
tree791c067179a64d08531ada23fb2085695e68b14d /include/Theme.hpp
parent234cc3391eba6be67964e5c98beeecd318b8e779 (diff)
Make checkbox nicer
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r--include/Theme.hpp2
1 files changed, 2 insertions, 0 deletions
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;