parent
257c31790f
commit
9e64fb139d
@ -17,7 +17,7 @@
|
||||
#buttons>
|
||||
<v-menu left offset-y :close-on-content-click="false" class="pa-0">
|
||||
<template #activator="{ on, attrs }">
|
||||
<v-btn icon tile v-bind="attrs" v-on="on">
|
||||
<v-btn icon tile v-bind="attrs" :disabled="['printing'].includes(printer_state)" v-on="on">
|
||||
<v-icon>{{ mdiDotsVertical }}</v-icon>
|
||||
</v-btn>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user