mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-23 18:19:52 +09:00
Fix go back to old ui incorrect arg
This commit is contained in:
@@ -306,7 +306,7 @@ int main(int argc, char **argv) {
|
|||||||
global_hotkeys.reset();
|
global_hotkeys.reset();
|
||||||
|
|
||||||
if(exit_reason == "back-to-old-ui") {
|
if(exit_reason == "back-to-old-ui") {
|
||||||
const char *args[] = { "gpu-screen-recorder-gtk", nullptr };
|
const char *args[] = { "gpu-screen-recorder-gtk", "use-old-ui", nullptr };
|
||||||
execvp(args[0], (char* const*)args);
|
execvp(args[0], (char* const*)args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user