diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml.cs b/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml.cs index 69ba8b0bef..77973c4fc0 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml.cs +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml.cs @@ -322,6 +322,7 @@ public sealed partial class ShellPage : Microsoft.UI.Xaml.Controls.Page, try { + DetailsContent.ChangeView(null, 0, null, true); ViewModel.Details = details; PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(nameof(HasHeroImage))); ViewModel.IsDetailsVisible = true;