mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04: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