diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-26 15:22:57 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-26 15:22:57 +0100 |
commit | e5b745d696c3ea14bfa9f51f75825befaa94a924 (patch) | |
tree | 99007ec672793771419dd78ecd90bf3554a3dab7 /src/GsrInfo.cpp | |
parent | ec6d4090af22db59991e9c621238c96795814379 (diff) |
Mention that recording has to be restarted to apply changes. Fix stuck in repeat state if pressed while gsr-global-hotkey starts
Diffstat (limited to 'src/GsrInfo.cpp')
-rw-r--r-- | src/GsrInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GsrInfo.cpp b/src/GsrInfo.cpp index c35ccfb..6665dc9 100644 --- a/src/GsrInfo.cpp +++ b/src/GsrInfo.cpp @@ -209,8 +209,6 @@ namespace gsr { capture_options.window = true; else if(line == "focused") capture_options.focused = true; - else if(line == "screen") - capture_options.screen = true; else if(line == "portal") capture_options.portal = true; else { |