mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01: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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user