mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-07 09:55:10 +00:00
[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:
committed by
GitHub
parent
726f94e2a2
commit
a0eaf077de
@@ -599,6 +599,7 @@ namespace PowerLauncher.ViewModel
|
||||
if (!isDelayedInvoke)
|
||||
{
|
||||
Results.SelectedIndex = 0;
|
||||
Results.SelectedItem = Results.Results[0];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user