aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4715cd4..6b6d60a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -306,7 +306,7 @@ int main(int argc, char **argv) {
global_hotkeys.reset();
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);
}