Skip to content

Commit b68ab2c

Browse files
committed
Fix Start Page
1 parent 749d68d commit b68ab2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/WelcomeWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private void OnActivated(object sender, EventArgs e)
9898

9999
private void ContentFrame_Loaded(object sender, RoutedEventArgs e)
100100
{
101-
ContentFrame.Navigate(PageTypeSelector(_viewModel.CurrentPage));
101+
ContentFrame.Navigate(PageTypeSelector(WelcomePage.Intro)); /* Set First Page */
102102
}
103103

104104
private void Window_Closed(object sender, EventArgs e)

0 commit comments

Comments
 (0)