Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ladybird/AppKit: Remove explicit application activation
We call [NSApp activateIgnoringOtherApps:YES] to ensure the application is brought into view and focused when launched from a terminal. But in a macOS environment, we're better off using the `open` command to launch the application (in which case, it does take foreground focus).
- Loading branch information