Merge branch 'results_context_menu_display' of https://github.com/Flow-Launcher/Flow.Launcher into results_context_menu_display

This commit is contained in:
Jack251970 2025-05-13 11:11:59 +08:00
commit 63a9770e91

View file

@ -211,7 +211,7 @@ namespace Flow.Launcher.ViewModel
switch (Visibility)
{
case Visibility.Collapsed when Results.Count > 0:
if (_mainVM == null || // The results are for preview only in apprerance page
if (_mainVM == null || // The results are for preview only in appearance page
_mainVM.ResultsSelected(this)) // The results are selected
{
SelectedIndex = 0;