You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening Settings still crashed in 1.11.1. The cause was KeyboardShortcuts.Recorder, whose Bundle.module can't be resolved in a hand-built, code-signed .app (its accessor only looks next to the executable or at a baked build path — and a resource bundle at the app root can't be signed). Replaced it with a small custom recorder that uses only the package's core API and never touches Bundle.module.