[Pt Run] Show context menu for first folder plugin result (#6301)

* Added context menu to first folder result

* Added context menu to first folder result

* Add localization for string in folder plugin

* Fixed issue with context menu not showing on first selected item

* Add exception  logging
This commit is contained in:
Divyansh Srivastava
2020-09-04 15:12:04 -07:00
committed by GitHub
parent 726f94e2a2
commit a0eaf077de
5 changed files with 71 additions and 21 deletions

View File

@@ -599,6 +599,7 @@ namespace PowerLauncher.ViewModel
if (!isDelayedInvoke)
{
Results.SelectedIndex = 0;
Results.SelectedItem = Results.Results[0];
}
}
else