mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
fix program plugin doesn't work in XP issue.
This commit is contained in:
@@ -195,6 +195,8 @@ namespace WinAlfred
|
||||
public bool AcceptSelect()
|
||||
{
|
||||
int index = GetCurrentSelectedResultIndex();
|
||||
if (index < 0) return false;
|
||||
|
||||
var resultItemControl = pnlContainer.Children[index] as ResultItem;
|
||||
if (resultItemControl != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user