mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-21 18:26:06 -05:00
[web] Add title option for button control
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
>
|
>
|
||||||
<mdicon v-if="button.icon" class="icon" :name="button.icon" size="16" />
|
<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.key" v-text="$t(button.key)" />
|
||||||
|
<span v-if="button.title" v-text="button.title" />
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user