mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-19 19:34:58 +00:00
enhance: auto-select the first page by default
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
52991351af
commit
5e85f6fefe
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ namespace SourceGit.ViewModels
|
|||
}
|
||||
|
||||
VisiblePages = visible;
|
||||
SelectedPage = visible.Count > 0 ? visible[0] : null;
|
||||
}
|
||||
|
||||
private Launcher _launcher = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue