Desktop: fix Mac restart dialog to show all changes to preferences requiring restart (#3903)

* Desktop: Fix restart dialog on Mac

* Fix

* Fix

* Fix

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Timon
2026-03-19 02:51:26 +00:00
committed by GitHub
co-authored by Keavon Chambers
parent 7f6571ee52
commit 2e842cb425
6 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ pub fn start() {
match exit_reason {
app::ExitReason::Restart | app::ExitReason::UiAccelerationFailure => {
tracing::error!("Restarting application");
tracing::info!("Restarting application");
let mut command = std::process::Command::new(std::env::current_exe().unwrap());
#[cfg(target_family = "unix")]
let _ = std::os::unix::process::CommandExt::exec(&mut command);