mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user