Restart the app after updates if the updater didn't do it for us (#4511)

This commit is contained in:
Josiah Glosson
2025-10-06 16:20:09 -06:00
committed by GitHub
parent 9589e23118
commit 7658e1c653
2 changed files with 3 additions and 1 deletions

View File

@@ -278,6 +278,7 @@ fn main() {
.show()
.unwrap();
}
app.restart();
}
}