mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
This was a regression in #16125, which unintentionally put `GlobalShortcutListener::RegisterAccelerator` into a `#if defined(OS_MACOSX)` block. Notes: Fix broken `globalShortcut.registerAll()` on Windows and Linux