diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9892d4f..09b1338 100644 --- a/src/mainwindow.cpp +++ b/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); }); diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 1dd7a8b..812ed37 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -744,6 +744,9 @@ true + + true + Qt::TextBrowserInteraction