[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

@@ -75,6 +75,10 @@ namespace Wox
public void ShowMsg(string title, string subTitle = "", string iconPath = "", bool useMainWindowAsOwner = true)
{
Application.Current.Dispatcher.Invoke(() =>
{
MessageBox.Show(subTitle, title);
});
}
public void InstallPlugin(string path)