mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-09-01 14:58:25 +08:00
4549d2907d
The db-version-too-new recovery screen and the config-load-failure path both call exit() from @tauri-apps/plugin-process, but the default capability only granted process:allow-restart. The IPC call was denied and silently swallowed by void/await, leaving the app impossible to quit from those screens.