mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-05 05:29:45 +01:00
Removed duplicate conditional from line 62 of client/components/app/Appbar.vue
This commit is contained in:
parent
620bf7990f
commit
bdf6ccbd2d
@ -59,7 +59,7 @@
|
||||
</ui-tooltip>
|
||||
</template>
|
||||
<ui-tooltip v-if="userCanDelete" text="Delete" direction="bottom">
|
||||
<ui-icon-btn v-show="userCanDelete" :disabled="processingBatchDelete" icon="delete" bg-color="error" class="mx-1.5" @click="batchDeleteClick" />
|
||||
<ui-icon-btn :disabled="processingBatchDelete" icon="delete" bg-color="error" class="mx-1.5" @click="batchDeleteClick" />
|
||||
</ui-tooltip>
|
||||
<ui-tooltip text="Deselect All" direction="bottom">
|
||||
<span class="material-icons text-4xl px-4 hover:text-gray-100 cursor-pointer" :class="processingBatchDelete ? 'text-gray-400' : ''" @click="cancelSelectionMode">close</span>
|
||||
|
Loading…
Reference in New Issue
Block a user