feature: add hotkey Alt+Enter/⌥+Enter to auto stage all local changes and then commit (#521)

This commit is contained in:
leo 2024-09-27 22:21:56 +08:00
parent 2346082228
commit 9a8f4e20fb
No known key found for this signature in database
8 changed files with 60 additions and 23 deletions

View file

@ -81,7 +81,6 @@ namespace SourceGit.Views
{
vm.Discard(selected);
e.Handled = true;
return;
}
}
}