Use custom plugin icon titles where given
This commit is contained in:
parent
603c7746ce
commit
c1234df9ae
2 changed files with 17 additions and 7 deletions
|
|
@ -48,6 +48,7 @@
|
|||
v-for="plugin in pluginsGuiList"
|
||||
:id="plugin.id"
|
||||
:key="plugin.id"
|
||||
:title="plugin.title"
|
||||
:require-connection="plugin.requiresConnection"
|
||||
:current-tab="currentTab"
|
||||
:click-callback="updatePlugins"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue