From e5b745d696c3ea14bfa9f51f75825befaa94a924 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 26 Dec 2024 15:22:57 +0100 Subject: Mention that recording has to be restarted to apply changes. Fix stuck in repeat state if pressed while gsr-global-hotkey starts --- src/GsrInfo.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/GsrInfo.cpp') 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 { -- cgit v1.2.3