Skip to content

Commit 27beb83

Browse files
committed
qt: All tray menu actions call showNormalIfMinimized
Github-Pull: #14123 Rebased-From: 0a656f8
1 parent c470bbd commit 27beb83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt/bitcoingui.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,9 @@ void BitcoinGUI::createActions()
338338
connect(encryptWalletAction, SIGNAL(triggered(bool)), walletFrame, SLOT(encryptWallet(bool)));
339339
connect(backupWalletAction, SIGNAL(triggered()), walletFrame, SLOT(backupWallet()));
340340
connect(changePassphraseAction, SIGNAL(triggered()), walletFrame, SLOT(changePassphrase()));
341+
connect(signMessageAction, SIGNAL(triggered()), this, SLOT(showNormalIfMinimized()));
341342
connect(signMessageAction, SIGNAL(triggered()), this, SLOT(gotoSignMessageTab()));
343+
connect(verifyMessageAction, SIGNAL(triggered()), this, SLOT(showNormalIfMinimized()));
342344
connect(verifyMessageAction, SIGNAL(triggered()), this, SLOT(gotoVerifyMessageTab()));
343345
connect(usedSendingAddressesAction, SIGNAL(triggered()), walletFrame, SLOT(usedSendingAddresses()));
344346
connect(usedReceivingAddressesAction, SIGNAL(triggered()), walletFrame, SLOT(usedReceivingAddresses()));

0 commit comments

Comments
 (0)