Skip to content

Commit 3021ede

Browse files
committed
refactor: enable CanSwitchBranchDirectly by default
Signed-off-by: leo <longshuang@msn.cn>
1 parent 548ac66 commit 3021ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ViewModels/WorkingCopy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public bool CanSwitchBranchDirectly
4242
{
4343
get;
4444
set;
45-
} = false;
45+
} = true;
4646

4747
public InProgressContext InProgressContext
4848
{

0 commit comments

Comments
 (0)