refactor: enable CanSwitchBranchDirectly by default

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo
2026-03-23 13:37:01 +08:00
parent 548ac66cc1
commit 3021ede9ab

View File

@@ -42,7 +42,7 @@ namespace SourceGit.ViewModels
{
get;
set;
} = false;
} = true;
public InProgressContext InProgressContext
{