Open external links + fix v2.0.4 version code
This commit is contained in:
@@ -1330,7 +1330,7 @@ void MainWindow::setupRecieveTab() {
|
|||||||
|
|
||||||
addZAddrsToComboList(false)(checked);
|
addZAddrsToComboList(false)(checked);
|
||||||
|
|
||||||
bool showWarning = checked && Settings::getInstance()->getZcashdVersion() < 2000450;
|
bool showWarning = checked && Settings::getInstance()->getZcashdVersion() < 2000425;
|
||||||
ui->lblSproutWarning->setVisible(showWarning);
|
ui->lblSproutWarning->setVisible(showWarning);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -744,6 +744,9 @@
|
|||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="openExternalLinks">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
<property name="textInteractionFlags">
|
<property name="textInteractionFlags">
|
||||||
<set>Qt::TextBrowserInteraction</set>
|
<set>Qt::TextBrowserInteraction</set>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user