mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Show notification when saving a large replay that is taking some time
This commit is contained in:
@@ -523,6 +523,7 @@ void keyboard_event_deinit(keyboard_event *self) {
|
||||
self->num_global_hotkeys = 0;
|
||||
|
||||
if(self->uinput_fd > 0) {
|
||||
ioctl(self->uinput_fd, UI_DEV_DESTROY);
|
||||
close(self->uinput_fd);
|
||||
self->uinput_fd = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user