Use custom plugin icon titles where given

This commit is contained in:
Joel Collins 2020-03-03 09:56:23 +00:00
parent 603c7746ce
commit c1234df9ae
2 changed files with 17 additions and 7 deletions

View file

@ -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"