Skip to content
Snippets Groups Projects
Commit d5b36e7a authored by Xavier Jouslin de Noray's avatar Xavier Jouslin de Noray
Browse files

Icon local Path: change identifier plugin name to plugin id

Change-Id: I5091b6f4d5a8d42c73b574d4f889d5795b7ec0db
parent 4e2ae6cd
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ ItemDelegate {
property string pluginAuthor
property string pluginShortDescription
property int pluginStatus
property string backgroundLocalPath: UtilsAdapter.getCachePath() + '/backgrounds/' + pluginName + '.jpg'
property string iconLocalPath: UtilsAdapter.getCachePath() + '/icons/' + pluginName + '.svg'
property string backgroundLocalPath: UtilsAdapter.getCachePath() + '/backgrounds/' + pluginId + '.jpg'
property string iconLocalPath: UtilsAdapter.getCachePath() + '/icons/' + pluginId + '.svg'
readonly property real scalingFactor: 1 + hovered * 0.02
property string installButtonStatus: {
switch (pluginStatus) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment