mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
implement WPM Plugin
This commit is contained in:
@@ -25,5 +25,9 @@ namespace Wox.Plugin
|
||||
/// </summary>
|
||||
public Action ReloadPlugins { get; set; }
|
||||
|
||||
public Action<string> InstallPlugin { get; set; }
|
||||
|
||||
public Action StartLoadingBar { get; set; }
|
||||
public Action StopLoadingBar { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user