diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-29 14:29:03 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-29 14:29:03 +0100 |
commit | 050e8773ccd887d4f0fb57b512a2c70556e3a932 (patch) | |
tree | c0ff11e8f25cb9e1bca1d0da25205ae1984994e1 /src/Overlay.cpp | |
parent | 3c3e165eb76c4f472212c0fe7215b7ea9cb70a45 (diff) |
Add option to launch the program and show the UI immediately, with 'gsr-ui launch-show'
Diffstat (limited to 'src/Overlay.cpp')
-rw-r--r-- | src/Overlay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |