mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 09:56:09 -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" />
|
||||
<span v-if="button.key" v-text="$t(button.key)" />
|
||||
<span v-if="button.title" v-text="button.title" />
|
||||
</button>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user