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

@ -126,10 +126,8 @@ namespace SourceGit.Commands
}
return false;
}
else
{
return true;
}
return true;
}
public ReadToEndResult ReadToEnd()