make sure Window is shown when clicking bitcoin: Links to get user attention
This commit is contained in:
parent
01a196e08d
commit
4004b9a40b
1 changed files with 5 additions and 0 deletions
|
@ -733,6 +733,11 @@ void BitcoinGUI::handleURL(QString strURL)
|
|||
{
|
||||
gotoSendCoinsPage();
|
||||
sendCoinsPage->handleURL(strURL);
|
||||
|
||||
if(!isActiveWindow())
|
||||
activateWindow();
|
||||
|
||||
showNormalIfMinimized();
|
||||
}
|
||||
|
||||
void BitcoinGUI::setEncryptionStatus(int status)
|
||||
|
|
Loading…
Reference in a new issue