mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 22:01:47 +02:00
Restructure add plugin
This commit is contained in:
@@ -1282,7 +1282,7 @@ async fn cmd_install_plugin<R: Runtime>(
|
||||
)?;
|
||||
|
||||
plugin_manager
|
||||
.add_plugin_by_dir(&PluginContext::new(&window), &plugin.directory, plugin.enabled)
|
||||
.add_plugin(&PluginContext::new(&window), &plugin.directory, plugin.enabled)
|
||||
.await?;
|
||||
|
||||
Ok(plugin)
|
||||
|
||||
Reference in New Issue
Block a user