Open external links + fix v2.0.4 version code
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user