This commit is contained in:
Graham Steffaniak 2023-07-29 10:42:00 -05:00
parent c768f3762a
commit a26f0a42c2
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@
<div id="file-selection">
<span v-if="selectedCount > 0">{{ selectedCount }} selected</span>
<template >
<action
v-if="headerButtons.info"
icon="info"
:label="$t('buttons.info')"
show="info" />
<action
v-if="headerButtons.share"
icon="share"