mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-25 14:08:44 +02:00
The showAndFocusWindow function signature was updated to require a mainWindow parameter, but the call site in the second-instance handler was not updated, causing a TypeScript compilation error that broke CI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>