mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-26 15:36:19 +01:00
GUI: Restore keyboard shortcuts for context menu entries
This partially reverts f385ad7651.
This commit is contained in:
@@ -27,8 +27,8 @@ QRImageWidget::QRImageWidget(QWidget *parent):
|
||||
QLabel(parent), contextMenu(nullptr)
|
||||
{
|
||||
contextMenu = new QMenu(this);
|
||||
contextMenu->addAction(tr("Save Image…"), this, &QRImageWidget::saveImage);
|
||||
contextMenu->addAction(tr("Copy Image"), this, &QRImageWidget::copyImage);
|
||||
contextMenu->addAction(tr("&Save Image…"), this, &QRImageWidget::saveImage);
|
||||
contextMenu->addAction(tr("&Copy Image"), this, &QRImageWidget::copyImage);
|
||||
}
|
||||
|
||||
bool QRImageWidget::setQR(const QString& data, const QString& text)
|
||||
|
||||
Reference in New Issue
Block a user