From 1d2fc77cfcd3d40c3a382d3f5f8e6c28e8b38da9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 26 Oct 2024 11:37:52 +0200 Subject: Make the ui the daemon instead, add hotkey for recording/pause --- src/Theme.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Theme.cpp') diff --git a/src/Theme.cpp b/src/Theme.cpp index 037f159..3c8b981 100644 --- a/src/Theme.cpp +++ b/src/Theme.cpp @@ -94,6 +94,9 @@ namespace gsr { if(!theme->stop_texture.load_from_file((resources_path + "images/stop.png").c_str())) goto error; + if(!theme->pause_texture.load_from_file((resources_path + "images/pause.png").c_str())) + goto error; + return true; error: -- cgit v1.2.3