mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
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:
parent
1f4f65e988
commit
8b41d67ec0
1 changed files with 1 additions and 1 deletions
|
|
@ -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()"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue