mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Exposes reload command via IPublicAPI
This commit is contained in:
parent
9e69d01db7
commit
96660ebd2a
1 changed files with 8 additions and 0 deletions
|
|
@ -62,6 +62,14 @@ namespace Wox.Plugin
|
|||
/// </summary>
|
||||
void SaveAppAllSettings();
|
||||
|
||||
/// <summary>
|
||||
/// Reloads any Plugins that have the
|
||||
/// IReloadable implemented. It refeshes
|
||||
/// Plugin's in memory data with new content
|
||||
/// added by user.
|
||||
/// </summary>
|
||||
void ReloadPluginData();
|
||||
|
||||
/// <summary>
|
||||
/// Show message box
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue