From 06b0f1d39c4f9decca155f54a756dd3ef67d662c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Thu, 14 Sep 2023 10:17:37 -0400 Subject: [PATCH] plugins: use pluginId for getIconUrl Change-Id: I560429fa6604a595c945ffca73fed3c43b152e40 --- src/app/settingsview/components/PluginAvailableDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }