Cleanup compose window delete button

This commit is contained in:
the-djmaze 2022-01-28 13:47:13 +01:00
parent 88e2c5f52d
commit 0560e22674

View file

@ -11,9 +11,7 @@
<a class="close" data-bind="click: tryToClosePopup" data-i18n="[title]GLOBAL/CANCEL">×</a>
<a class="minimize-custom" data-bind="click: skipCommand" data-i18n="[title]COMPOSE/BUTTON_MINIMIZE"></a>
<a class="btn btn-danger button-delete" data-bind="command: deleteCommand">
<i class="fontastic">🗑</i>
</a>
<a class="btn btn-danger button-delete fontastic" data-bind="command: deleteCommand">🗑</a>
<span class="saved-text hide-mobile" data-bind="text: savedTimeText"></span>
</header>
<div class="modal-body">