mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'results_context_menu_display' of https://github.com/Flow-Launcher/Flow.Launcher into results_context_menu_display
This commit is contained in:
commit
63a9770e91
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue