mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update comment
This commit is contained in:
parent
25d985b98f
commit
af5ff430c4
1 changed files with 1 additions and 1 deletions
|
|
@ -520,7 +520,7 @@ namespace Flow.Launcher.ViewModel
|
|||
{
|
||||
if (QueryResultsSelected() // Results selected
|
||||
&& string.IsNullOrEmpty(QueryText) // No input
|
||||
&& Results.Visibility != Visibility.Visible // Results closed which means no items in Results
|
||||
&& 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.
|
||||
&& _history.Items.Count > 0) // Have history items
|
||||
{
|
||||
lastHistoryIndex = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue