mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
start issue#11
This commit is contained in:
@@ -20,10 +20,7 @@ namespace WinAlfred.Commands
|
||||
|
||||
protected void UpdateResultView(List<Result> results)
|
||||
{
|
||||
if (results.Count > 0)
|
||||
{
|
||||
window.OnUpdateResultView(results);
|
||||
}
|
||||
window.OnUpdateResultView(results);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace WinAlfred.Commands
|
||||
result.PluginDirectory = pair1.Metadata.PluginDirecotry;
|
||||
result.OriginQuery = query;
|
||||
}
|
||||
UpdateResultView(results);
|
||||
if(results.Count > 0) UpdateResultView(results);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user