Make the ui the daemon instead, add hotkey for recording/pause

This commit is contained in:
dec05eba
2024-10-26 11:37:52 +02:00
parent 57977f29e1
commit 1d2fc77cfc
16 changed files with 207 additions and 370 deletions

View File

@@ -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: