Try to raise window when URI is pasted
This commit is contained in:
@@ -876,6 +876,7 @@ void MainWindow::payZcashURI(QString uri) {
|
|||||||
|
|
||||||
// And switch to the send tab.
|
// And switch to the send tab.
|
||||||
ui->tabWidget->setCurrentIndex(1);
|
ui->tabWidget->setCurrentIndex(1);
|
||||||
|
raise();
|
||||||
|
|
||||||
// And click the send button if the amount is > 0, to validate everything. If everything is OK, it will show the confirm box
|
// And click the send button if the amount is > 0, to validate everything. If everything is OK, it will show the confirm box
|
||||||
// else, show the error message;
|
// else, show the error message;
|
||||||
|
|||||||
@@ -65,9 +65,7 @@
|
|||||||
<File Source="zcash-cli.exe" />
|
<File Source="zcash-cli.exe" />
|
||||||
<File Source="README.md" />
|
<File Source="README.md" />
|
||||||
|
|
||||||
<RegistryKey Root="HKCR"
|
<RegistryKey Root="HKCR" Key="zcash">
|
||||||
Key="zcash"
|
|
||||||
Action="createAndRemoveOnUninstall">
|
|
||||||
<RegistryValue Type="string" Name="URL Protocol" Value=""/>
|
<RegistryValue Type="string" Name="URL Protocol" Value=""/>
|
||||||
<RegistryValue Type="string" Value="URL:zcash URI protocol"/>
|
<RegistryValue Type="string" Value="URL:zcash URI protocol"/>
|
||||||
<RegistryKey Key="DefaultIcon">
|
<RegistryKey Key="DefaultIcon">
|
||||||
|
|||||||
Reference in New Issue
Block a user