mirror of
https://github.com/RGBCube/serenity
synced 2026-01-18 06:11:00 +00:00
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). |
||
|---|---|---|
| .. | ||
| Application | ||
| System | ||
| UI | ||
| Utilities | ||
| main.mm | ||