mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 11:09:28 +08:00
Expose reload data call in PublicAPIInstance wider usage
This commit is contained in:
parent
2d6d664f77
commit
615bc17cec
@ -73,6 +73,11 @@ namespace Wox
|
||||
Alphabet.Save();
|
||||
}
|
||||
|
||||
public void ReloadAllPluginData()
|
||||
{
|
||||
PluginManager.ReloadData();
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
public void HideApp()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user