mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typos
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b784a14aee
commit
83cab764a1
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ namespace Flow.Launcher.ViewModel
|
|||
|
||||
// Record user selected result for result ranking
|
||||
_userSelectedRecord.Add(result);
|
||||
// Add item to histroy only if it is from results but not context menu or history
|
||||
// Add item to history only if it is from results but not context menu or history
|
||||
if (queryResultsSelected)
|
||||
{
|
||||
_history.Add(result);
|
||||
|
|
|
|||
Loading…
Reference in a new issue