diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-26 11:37:52 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-26 11:37:52 +0200 |
commit | 1d2fc77cfcd3d40c3a382d3f5f8e6c28e8b38da9 (patch) | |
tree | ccca52a56efa7421e44c96594f42bc08c06c2497 /src/Theme.cpp | |
parent | 57977f29e10c8c2a8ba58c25e9ab653aed7cc0a9 (diff) |
Make the ui the daemon instead, add hotkey for recording/pause
Diffstat (limited to 'src/Theme.cpp')
-rw-r--r-- | src/Theme.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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: |