Change the "open externally" icons to avoid confusion with "open in a new tab"

This commit is contained in:
Adorian Doran
2024-11-20 02:03:40 +02:00
parent a677f4381d
commit a83e68fbb6
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ const TPL = `
<div class="dropdown-menu dropdown-menu-right">
<li data-trigger-command="openAttachment" class="dropdown-item"
title="${t('attachments_actions.open_externally_title')}"><span class="bx bx-link-external"></span> ${t('attachments_actions.open_externally')}</li>
title="${t('attachments_actions.open_externally_title')}"><span class="bx bx-file-find"></span> ${t('attachments_actions.open_externally')}</li>
<li data-trigger-command="openAttachmentCustom" class="dropdown-item"
title="${t('attachments_actions.open_custom_title')}"><span class="bx bx-customize"></span> ${t('attachments_actions.open_custom')}</li>