mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 06:20:44 +09:00
Mention that recording has to be restarted to apply changes. Fix stuck in repeat state if pressed while gsr-global-hotkey starts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user