mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 11:09:16 +02:00
Missed one call to migrate
This commit is contained in:
@@ -412,7 +412,7 @@ static GLFWwindow *application_quit_canary = NULL;
|
||||
static int
|
||||
on_application_reopen(int has_visible_windows) {
|
||||
if (has_visible_windows) return true;
|
||||
set_cocoa_pending_action(NEW_OS_WINDOW);
|
||||
set_cocoa_pending_action(NEW_OS_WINDOW, NULL);
|
||||
// Without unjam wait_for_events() blocks until the next event
|
||||
unjam_event_loop();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user