Fix trash

This commit is contained in:
2025-05-26 21:36:27 +02:00
parent c00fe16b94
commit 0aadd1f5e9
3 changed files with 105 additions and 12 deletions

View File

@@ -16,7 +16,8 @@
{% if button_url == "#" %}
<button id="emptyTrashBtn"
class="btn {{ button_class if button_class else '' }}"
style="{{ 'background-color: var(--primary-color); color: white;' if not button_class else '' }}{{ '; ' + button_style if button_style else '' }}">
style="{{ 'background-color: var(--primary-color); color: white;' if not button_class else '' }}{{ '; ' + button_style if button_style else '' }}"
onclick="showEmptyTrashModal()">
{% if button_icon %}
<i class="fas {{ button_icon }} me-1"></i>
{% endif %}