mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	Change the "open externally" icons to avoid confusion with "open in a new tab"
This commit is contained in:
		
							parent
							
								
									a677f4381d
								
							
						
					
					
						commit
						a83e68fbb6
					
				@ -41,7 +41,7 @@ const TPL = `
 | 
				
			|||||||
    <div class="dropdown-menu dropdown-menu-right">
 | 
					    <div class="dropdown-menu dropdown-menu-right">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <li data-trigger-command="openAttachment" class="dropdown-item"
 | 
					        <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"
 | 
					        <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>
 | 
					            title="${t('attachments_actions.open_custom_title')}"><span class="bx bx-customize"></span> ${t('attachments_actions.open_custom')}</li>
 | 
				
			||||||
 | 
				
			|||||||
@ -68,7 +68,7 @@ const TPL = `
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <li data-trigger-command="openNoteExternally" class="dropdown-item open-note-externally-button" title="${t('note_actions.open_note_externally_title')}">
 | 
					        <li data-trigger-command="openNoteExternally" class="dropdown-item open-note-externally-button" title="${t('note_actions.open_note_externally_title')}">
 | 
				
			||||||
            <span class="bx bx-link-external"></span> ${t('note_actions.open_note_externally')}<kbd data-command="openNoteExternally"></kbd>
 | 
					            <span class="bx bx-file-find"></span> ${t('note_actions.open_note_externally')}<kbd data-command="openNoteExternally"></kbd>
 | 
				
			||||||
        </li>
 | 
					        </li>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <li data-trigger-command="openNoteCustom" class="dropdown-item open-note-custom-button">
 | 
					        <li data-trigger-command="openNoteCustom" class="dropdown-item open-note-custom-button">
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user