mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-05 03:14:16 +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