From 8b8f9e7e2133829da9dde124b0d3c739783fcd88 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Wed, 20 Mar 2019 13:44:38 -0700 Subject: [PATCH] Open external links + fix v2.0.4 version code --- src/mainwindow.cpp | 2 +- src/mainwindow.ui | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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