From 59dfd87c21026ef4dc713c3e0648cfa89d534557 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 27 Oct 2024 13:09:06 +0100 Subject: Add hotkeys for replay and streaming, finish everything --- include/Theme.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Theme.hpp') diff --git a/include/Theme.hpp b/include/Theme.hpp index 0dc3cd1..f7e0ce4 100644 --- a/include/Theme.hpp +++ b/include/Theme.hpp @@ -42,6 +42,7 @@ namespace gsr { mgl::Texture play_texture; mgl::Texture stop_texture; mgl::Texture pause_texture; + mgl::Texture save_texture; double double_click_timeout_seconds = 0.4; -- cgit v1.2.3