Skip to content

Commit af5ff43

Browse files
authored
update comment
1 parent 25d985b commit af5ff43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ private void SelectPrevItem()
520520
{
521521
if (QueryResultsSelected() // Results selected
522522
&& string.IsNullOrEmpty(QueryText) // No input
523-
&& Results.Visibility != Visibility.Visible // Results closed which means no items in Results
523+
&& Results.Visibility != Visibility.Visible // No items in result list, e.g. when home page is off and no query text is entered, therefore the view is collapsed.
524524
&& _history.Items.Count > 0) // Have history items
525525
{
526526
lastHistoryIndex = 1;

0 commit comments

Comments
 (0)