mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 03:37:10 +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();
|
Alphabet.Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void ReloadAllPluginData()
|
||||||
|
{
|
||||||
|
PluginManager.ReloadData();
|
||||||
|
}
|
||||||
|
|
||||||
[Obsolete]
|
[Obsolete]
|
||||||
public void HideApp()
|
public void HideApp()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user