Merge pull request #988 from Diapolo/URL-Handling

show Window, when user is clicking bitcoin: link
pull/990/merge
Wladimir J. van der Laan 13 years ago
commit e9f9282bde

@ -733,6 +733,11 @@ void BitcoinGUI::handleURL(QString strURL)
{
gotoSendCoinsPage();
sendCoinsPage->handleURL(strURL);
if(!isActiveWindow())
activateWindow();
showNormalIfMinimized();
}
void BitcoinGUI::setEncryptionStatus(int status)

Loading…
Cancel
Save