mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-17 15:36:22 +09:00
Make the ui the daemon instead, add hotkey for recording/pause
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user