Archive: Don't hide "Delete All" toolbar button on mobile screens #3168

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-02-04 13:07:26 +01:00
parent 1f4f65e988
commit 8b41d67ec0

View file

@ -92,7 +92,7 @@
<v-btn
v-if="canDelete && context === 'archive' && config.count.archived > 0"
icon
class="hidden-sm-and-down action-delete-all"
class="action-delete-all"
:title="$gettext('Delete All')"
@click.stop="deleteAll()"
>