fixes #2361 explicit action to empty lounge

This commit is contained in:
plegall
2025-09-19 16:48:17 +02:00
parent 1be0527523
commit ad88ed9d5f
5 changed files with 36 additions and 0 deletions

View File

@@ -49,6 +49,10 @@ $maint_actions = array(
'icon' => 'icon-info-circled-1',
'label' => l10n('Update photos information'),
),
'empty_lounge' => array(
'icon' => 'icon-thumbs-up',
'label' => l10n('Empty lounge'),
),
'delete_orphan_tags' => array(
'icon' => 'icon-tags',
'label' => l10n('Delete orphan tags'),