Browse Source

Open external links + fix v2.0.4 version code

import_zecw
Aditya Kulkarni 5 years ago
parent
commit
8b8f9e7e21
  1. 2
      src/mainwindow.cpp
  2. 3
      src/mainwindow.ui

2
src/mainwindow.cpp

@ -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);
});

3
src/mainwindow.ui

@ -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>

Loading…
Cancel
Save