diff --git a/src/app/settingsview/components/PluginAvailableDelegate.qml b/src/app/settingsview/components/PluginAvailableDelegate.qml index fad896f6..ee0a9ea9 100644 --- a/src/app/settingsview/components/PluginAvailableDelegate.qml +++ b/src/app/settingsview/components/PluginAvailableDelegate.qml @@ -172,7 +172,7 @@ ItemDelegate { defaultImage: JamiResources.plugins_default_icon_svg width: 65 height: 65 - downloadUrl: PluginAdapter.getIconUrl(pluginName) + downloadUrl: PluginAdapter.getIconUrl(pluginId) localPath: root.iconLocalPath } }