enhance: auto-select the first page by default

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-05-18 20:47:04 +08:00
parent 52991351af
commit 5e85f6fefe
No known key found for this signature in database

View file

@ -67,6 +67,7 @@ namespace SourceGit.ViewModels
}
VisiblePages = visible;
SelectedPage = visible.Count > 0 ? visible[0] : null;
}
private Launcher _launcher = null;