mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-12 23:42:32 -04:00
[web] Add title option for button control
This commit is contained in:
parent
a968401d9f
commit
3cb26a8b77
@ -6,6 +6,7 @@
|
||||
>
|
||||
<mdicon v-if="button.icon" class="icon" :name="button.icon" size="16" />
|
||||
<span v-if="button.key" v-text="$t(button.key)" />
|
||||
<span v-if="button.title" v-text="button.title" />
|
||||
</button>
|
||||
</template>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user