parameter for PluginModule
This commit is contained in:
@@ -24,9 +24,9 @@ public abstract class PluginModule : PluginModule<PluginModuleUI>
|
||||
{
|
||||
}
|
||||
|
||||
public override void ShowUI()
|
||||
public override void ShowUI(PluginFunctionParameter parameter)
|
||||
{
|
||||
if (CreateNewUI() is PluginModuleUI ui)
|
||||
if (CreateNewUI(parameter) is PluginModuleUI ui)
|
||||
{
|
||||
ui.BackColor = Color.Transparent;
|
||||
DialogBase.Show(ui, Name!, SvgImage!.ToImage().ToIcon()!);
|
||||
|
||||
Reference in New Issue
Block a user