Files
Psychotoxical-psysonic/src-tauri
Psychotoxical acd6f12aba fix(window): honour minimize-to-tray on the macOS close button
The macOS red close button always emitted app:force-quit, which exits
unconditionally and never checked the minimizeToTray setting — so on macOS
the window closed the app even with "Minimize to Tray" enabled. Route the
main-window close through window:close-requested on all platforms, so JS
decides hide-vs-exit from the setting (default off = unchanged quit). The
tray "Exit" item still force-quits.

Fixes #1103
2026-06-16 21:00:18 +02:00
..
2026-03-09 19:02:57 +01:00