Merge pull request #988 from Diapolo/URL-Handling
show Window, when user is clicking bitcoin: link
This commit is contained in:
commit
e9f9282bde
1 changed files with 5 additions and 0 deletions
|
@ -733,6 +733,11 @@ void BitcoinGUI::handleURL(QString strURL)
|
||||||
{
|
{
|
||||||
gotoSendCoinsPage();
|
gotoSendCoinsPage();
|
||||||
sendCoinsPage->handleURL(strURL);
|
sendCoinsPage->handleURL(strURL);
|
||||||
|
|
||||||
|
if(!isActiveWindow())
|
||||||
|
activateWindow();
|
||||||
|
|
||||||
|
showNormalIfMinimized();
|
||||||
}
|
}
|
||||||
|
|
||||||
void BitcoinGUI::setEncryptionStatus(int status)
|
void BitcoinGUI::setEncryptionStatus(int status)
|
||||||
|
|
Loading…
Reference in a new issue