mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-01 01:34:42 +00:00
Merge pull request #988 from Diapolo/URL-Handling
show Window, when user is clicking bitcoin: link
This commit is contained in:
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…
x
Reference in New Issue
Block a user