Open muwoo opened 1 week ago
fix: https://github.com/tauri-apps/plugins-workspace/issues/1692. Single instance mode should not cause restarted applications to exit.
We can add an additional restart_from_tauri_api parameter to tauri::api::process::restart to tell single-instance that this startup should not be blocked.
restart_from_tauri_api
tauri::api::process::restart
link single-instance plugin changes: #2050
fix: https://github.com/tauri-apps/plugins-workspace/issues/1692. Single instance mode should not cause restarted applications to exit.
We can add an additional
restart_from_tauri_api
parameter totauri::api::process::restart
to tell single-instance that this startup should not be blocked.link single-instance plugin changes: #2050