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
feat(close): add Cancel option to running-sessions close dialog
The close-confirmation dialog only offered Kill & Quit / Keep in
Background; every dismissal (Escape, window-X) hid the window. Add a
third Cancel button that aborts the close and keeps the app open.
Also fix a pre-existing race: the backend force-destroyed the window
5s after a close request regardless of an open dialog. The renderer
now acks WindowCloseHandling when it takes over the close
interactively, clearing the fallback timer; a crashed renderer still
hits the 5s fallback.
Add preload-allowlist.test.ts asserting every IPC channel is in
preload.cjs ALLOWED_CHANNELS — the new channels were initially missing
there (same bug class as 08969d3), which silently broke the dialog.
0 commit comments