Show notification when saving a large replay that is taking some time

This commit is contained in:
dec05eba
2025-02-07 19:41:39 +01:00
parent 51367ac078
commit efb5fc53c1
5 changed files with 37 additions and 1 deletions

View File

@@ -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;
}