Skip to content

Commit 80ca735

Browse files
committed
ux: default select the ROOT group in Move Repository Node popup (#2502)
Signed-off-by: leo <longshuang@msn.cn>
1 parent cb1664f commit 80ca735

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ViewModels/MoveRepositoryNode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public MoveRepositoryNode(RepositoryNode target)
3232
Id = Guid.NewGuid().ToString()
3333
});
3434
MakeRows(Preferences.Instance.RepositoryNodes, 1);
35+
Selected = Rows[0];
3536
}
3637

3738
public override Task<bool> Sure()

0 commit comments

Comments
 (0)