mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
ResultPanel should be empty when there is no result
This commit is contained in:
@@ -58,8 +58,6 @@ namespace Wox
|
||||
|
||||
public void AddResults(List<Result> newResults, string resultId)
|
||||
{
|
||||
// todo check count in the previous call
|
||||
if (newResults.Count == 0) return;
|
||||
lock (_resultsUpdateLock)
|
||||
{
|
||||
// todo use async to do new result calculation
|
||||
|
||||
Reference in New Issue
Block a user