make sure Window is shown when clicking bitcoin: Links to get user attention
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user