mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-22 05:40:43 +08:00
enhance: disable checkout branch via double-clicking branch tree node (#899)
This commit is contained in:
@@ -1062,6 +1062,9 @@ namespace SourceGit.ViewModels
|
||||
}
|
||||
}
|
||||
|
||||
if (IsBare)
|
||||
return;
|
||||
|
||||
if (!CanCreatePopup())
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user