Skip to content

Commit b513d30

Browse files
committed
PluginSettingsWindow: Add API call to JsonRPCPublicAPI as well
1 parent 0ebad66 commit b513d30

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Flow.Launcher.Core/Plugin/JsonRPCV2Models/JsonRPCPublicAPI.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ public void OpenSettingDialog()
9494
_api.OpenSettingDialog();
9595
}
9696

97+
public bool OpenPluginSettingsWindow(string pluginId)
98+
{
99+
return _api.OpenPluginSettingsWindow(pluginId);
100+
}
101+
97102
public string GetTranslation(string key)
98103
{
99104
return _api.GetTranslation(key);

0 commit comments

Comments
 (0)