From 050e8773ccd887d4f0fb57b512a2c70556e3a932 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 29 Dec 2024 14:29:03 +0100 Subject: Add option to launch the program and show the UI immediately, with 'gsr-ui launch-show' --- src/Overlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Overlay.cpp') diff --git a/src/Overlay.cpp b/src/Overlay.cpp index ec6421c..11808c6 100644 --- a/src/Overlay.cpp +++ b/src/Overlay.cpp @@ -985,7 +985,7 @@ namespace gsr { if(exit_status == 127) { if(enable) - show_notification("Failed to add GPU Screen Recorder to system startup.\nThis option only works on systems that use systemd.\nYou have to manually add gsr-ui to system startup on systems that uses another init system.", 10.0, mgl::Color(255, 0, 0), mgl::Color(255, 0, 0), NotificationType::NONE); + show_notification("Failed to add GPU Screen Recorder to system startup.\nThis option only works on systems that use systemd.\nYou have to manually add \"gsr-ui\" to system startup on systems that uses another init system.", 10.0, mgl::Color(255, 0, 0), mgl::Color(255, 0, 0), NotificationType::NONE); } else { if(enable) show_notification("Failed to add GPU Screen Recorder to system startup", 3.0, mgl::Color(255, 0, 0), mgl::Color(255, 0, 0), NotificationType::NONE); -- cgit v1.2.3