aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-09-12 00:51:20 +0200
committerdec05eba <dec05eba@protonmail.com>2024-09-12 00:51:20 +0200
commitce78dd5b363ec1feb2e937601daf09977bf44648 (patch)
treef9b72fc924bd5f96442766c4347c1d2cab3b4fcd /include/Theme.hpp
parentbeb4441be84b92cc748c92dc6839279303cd27a4 (diff)
Add dropdown icons and description text
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 1db389a..79ad358 100644
--- a/include/Theme.hpp
+++ b/include/Theme.hpp
@@ -39,6 +39,8 @@ namespace gsr {
mgl::Texture logo_texture;
mgl::Texture checkbox_circle_texture;
mgl::Texture checkbox_background_texture;
+ mgl::Texture play_texture;
+ mgl::Texture stop_texture;
double double_click_timeout_seconds = 0.4;