diff --git a/SS14.Launcher/Views/MainWindowTabs/HomePageView.xaml.cs b/SS14.Launcher/Views/MainWindowTabs/HomePageView.xaml.cs index 6995eb60..97719b72 100644 --- a/SS14.Launcher/Views/MainWindowTabs/HomePageView.xaml.cs +++ b/SS14.Launcher/Views/MainWindowTabs/HomePageView.xaml.cs @@ -56,7 +56,7 @@ private async void OpenReplayClicked(object? sender, RoutedEventArgs e) }; var result = await dialog.ShowAsync(window); - if (result == null) + if (result == null || result.Length == 0) // Canceled return; var file = result[0];