mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-05 06:20:44 +09:00
Fix unable to change hotkey settings while recording
This commit is contained in:
@@ -21,6 +21,8 @@ namespace gsr {
|
||||
bool bind_key_press(Hotkey hotkey, const std::string &id, GlobalHotkeyCallback callback) override;
|
||||
void unbind_all_keys() override;
|
||||
void poll_events() override;
|
||||
private:
|
||||
void close_fds();
|
||||
private:
|
||||
pid_t process_id = 0;
|
||||
int read_pipes[2];
|
||||
|
||||
Reference in New Issue
Block a user