Files
openchamber/packages/electron
Bohdan Triapitsyn 630d9e3a82 fix: keep notifications alive so clicks still work on macOS
GC was collecting the JS Notification object after ~1 min, silently
killing click handlers. Hold a ref in a Set, release on click/close/
failed. Also order app.focus({steal}) before restore/show so the app
comes forward when minimized to Dock or Cmd+H'd.
2026-04-20 23:46:24 +03:00
..