mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
fix: missing pluginId value
Change-Id: Id1b30c2b35affc3beb3dc2a5646e45c855196a82
This commit is contained in:
parent
9947021394
commit
2bdf8e088c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ ColumnLayout {
|
|||
width: wrapper.widthProvider() * scalingFactor
|
||||
height: wrapper.heightProvider() * scalingFactor
|
||||
pluginName: Name
|
||||
pluginId:
|
||||
pluginId: Id
|
||||
pluginIcon: IconPath
|
||||
pluginDescription: Description
|
||||
pluginAuthor: Author
|
||||
|
|
Loading…
Add table
Reference in a new issue