enhance: secure exit

This commit is contained in:
leo 2024-07-15 09:54:46 +08:00
parent f4eca45754
commit 3aad24a64e
No known key found for this signature in database
4 changed files with 15 additions and 11 deletions

View file

@ -153,7 +153,7 @@ namespace SourceGit.ViewModels
}
else
{
App.Quit();
App.Quit(0);
}
return;