mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-19 06:55:24 +02:00
plugins: use pluginId for getIconUrl
Change-Id: I560429fa6604a595c945ffca73fed3c43b152e40
This commit is contained in:
parent
d5b36e7a6d
commit
06b0f1d39c
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ ItemDelegate {
|
||||||
defaultImage: JamiResources.plugins_default_icon_svg
|
defaultImage: JamiResources.plugins_default_icon_svg
|
||||||
width: 65
|
width: 65
|
||||||
height: 65
|
height: 65
|
||||||
downloadUrl: PluginAdapter.getIconUrl(pluginName)
|
downloadUrl: PluginAdapter.getIconUrl(pluginId)
|
||||||
localPath: root.iconLocalPath
|
localPath: root.iconLocalPath
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue