mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
Icon local Path: change identifier plugin name to plugin id
Change-Id: I5091b6f4d5a8d42c73b574d4f889d5795b7ec0db
This commit is contained in:
parent
4e2ae6cde0
commit
d5b36e7a6d
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue