fix: _O_pen link's shortcut is conflict with Save S_o_und

This commit is contained in:
shenleban tongying 2022-12-27 04:54:03 -05:00
parent 01c0b8d9d9
commit 3c668165c0

View file

@ -1752,7 +1752,7 @@ void ArticleView::contextMenuRequested( QPoint const & pos )
{
if ( !isExternalLink( targetUrl ) )
{
followLink = new QAction( tr( "&Open Link" ), &menu );
followLink = new QAction( tr( "Op&en Link" ), &menu );
menu.addAction( followLink );
if( !popupView && !isAudioLink( targetUrl ) )