mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
refactor: using count for better performance
This commit is contained in:
parent
690d33ece3
commit
a1f82e1652
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ namespace Flow.Launcher.Storage
|
|||
QueryAction = HistoryHelper.GetQueryAction(item.Query)
|
||||
});
|
||||
}
|
||||
if (Items.Any()) Items.Clear();
|
||||
if (Items.Count > 0) Items.Clear();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue