mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
implement issue#8 part 1
This commit is contained in:
@@ -15,9 +15,15 @@ namespace Wox.Plugin
|
||||
public Action CloseApp { get; set; }
|
||||
public Action HideApp { get; set; }
|
||||
public Action ShowApp { get; set; }
|
||||
public Action<string,string,string> ShowMsg { get; set; }
|
||||
public Action<string, string, string> ShowMsg { get; set; }
|
||||
public Action OpenSettingDialog { get; set; }
|
||||
|
||||
public Action<string> ShowCurrentResultItemTooltip { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// reload all plugins
|
||||
/// </summary>
|
||||
public Action ReloadPlugins { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user