Make miner/dev fee clear on send tab

This commit is contained in:
Aditya Kulkarni
2018-10-22 13:26:50 -07:00
parent e154f18c79
commit d6ce1f8b27
5 changed files with 73 additions and 18 deletions

View File

@@ -363,10 +363,11 @@ void MainWindow::setupRecieveTab() {
if (Settings::getInstance()->isSaplingActive()) {
ui->rdioZSAddr->setVisible(true);
ui->rdioZSAddr->setChecked(true);
ui->rdioZAddr->setText("z-Addr(Sprout)");
} else {
ui->rdioZSAddr->setVisible(false);
ui->rdioZAddr->setChecked(true);
ui->rdioZAddr->setText("z-Addr"); // Don't use the "Sprout" label
ui->rdioZAddr->setText("z-Addr"); // Don't use the "Sprout" label if there's no sapling
}
// And then select the first one