Open external links + fix v2.0.4 version code

This commit is contained in:
Aditya Kulkarni
2019-03-20 13:44:38 -07:00
parent 150f940038
commit 8b8f9e7e21
2 changed files with 4 additions and 1 deletions

View File

@@ -1330,7 +1330,7 @@ void MainWindow::setupRecieveTab() {
addZAddrsToComboList(false)(checked);
bool showWarning = checked && Settings::getInstance()->getZcashdVersion() < 2000450;
bool showWarning = checked && Settings::getInstance()->getZcashdVersion() < 2000425;
ui->lblSproutWarning->setVisible(showWarning);
});

View File

@@ -744,6 +744,9 @@
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>