aboutsummaryrefslogtreecommitdiff
path: root/include/Theme.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-10-26 11:37:52 +0200
committerdec05eba <dec05eba@protonmail.com>2024-10-26 11:37:52 +0200
commit1d2fc77cfcd3d40c3a382d3f5f8e6c28e8b38da9 (patch)
treeccca52a56efa7421e44c96594f42bc08c06c2497 /include/Theme.hpp
parent57977f29e10c8c2a8ba58c25e9ab653aed7cc0a9 (diff)
Make the ui the daemon instead, add hotkey for recording/pause
Diffstat (limited to 'include/Theme.hpp')
-rw-r--r--include/Theme.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp
index 79ad358..0dc3cd1 100644
--- a/include/Theme.hpp
+++ b/include/Theme.hpp
@@ -41,6 +41,7 @@ namespace gsr {
mgl::Texture checkbox_background_texture;
mgl::Texture play_texture;
mgl::Texture stop_texture;
+ mgl::Texture pause_texture;
double double_click_timeout_seconds = 0.4;