Skip to content

Commit

Permalink
Better shutdown for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Nov 17, 2024
1 parent 4f9010b commit 5f1b1ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v3/pkg/application/application_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ static void run(void) {
@autoreleasepool {
[NSApp run];
[appDelegate release];
[NSApp abortModal];
}
}
Expand Down

0 comments on commit 5f1b1ef

Please sign in to comment.