mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Fix clipboard save to disk option not working correctly
This commit is contained in:
@@ -3408,6 +3408,8 @@ namespace gsr {
|
||||
|
||||
args.push_back(nullptr);
|
||||
|
||||
clipboard_file.set_current_file("", ClipboardFile::FileType::JPG);
|
||||
|
||||
screenshot_filepath = output_file;
|
||||
gpu_screen_recorder_screenshot_process = exec_program(args.data(), nullptr);
|
||||
if(gpu_screen_recorder_screenshot_process == -1) {
|
||||
|
||||
Reference in New Issue
Block a user