mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Expose reload data call in PublicAPIInstance wider usage
This commit is contained in:
parent
2d6d664f77
commit
615bc17cec
1 changed files with 5 additions and 0 deletions
|
|
@ -73,6 +73,11 @@ namespace Wox
|
|||
Alphabet.Save();
|
||||
}
|
||||
|
||||
public void ReloadAllPluginData()
|
||||
{
|
||||
PluginManager.ReloadData();
|
||||
}
|
||||
|
||||
[Obsolete]
|
||||
public void HideApp()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue