We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5299135 commit 5e85f6fCopy full SHA for 5e85f6f
src/ViewModels/LauncherPageSwitcher.cs
@@ -67,6 +67,7 @@ private void UpdateVisiblePages()
67
}
68
69
VisiblePages = visible;
70
+ SelectedPage = visible.Count > 0 ? visible[0] : null;
71
72
73
private Launcher _launcher = null;
0 commit comments