mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
code_style: keep ux/code in a uniform style
This commit is contained in:
parent
66f2aab6a7
commit
8d27690473
4 changed files with 5 additions and 12 deletions
|
@ -721,14 +721,6 @@ namespace SourceGit.ViewModels
|
|||
else
|
||||
PopupHost.ShowAndStartPopup(new Checkout(this, branch));
|
||||
}
|
||||
|
||||
public void CheckoutCommit(Models.Commit commit)
|
||||
{
|
||||
if (!PopupHost.CanCreatePopup())
|
||||
return;
|
||||
|
||||
PopupHost.ShowPopup(new CheckoutCommit(this, commit));
|
||||
}
|
||||
|
||||
public void DeleteMultipleBranches(List<Models.Branch> branches, bool isLocal)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue