diff --git a/src/dialog/debuginfodialog.cpp b/src/dialog/debuginfodialog.cpp index 924bbec..44119dc 100644 --- a/src/dialog/debuginfodialog.cpp +++ b/src/dialog/debuginfodialog.cpp @@ -62,6 +62,7 @@ void DebugInfoDialog::updateInfo() { ui->label_netType->setText(Utils::QtEnumToString(m_ctx->currentWallet->nettype())); ui->label_seedType->setText(m_ctx->currentWallet->getCacheAttribute("feather.seed").isEmpty() ? "25 word" : "14 word"); ui->label_viewOnly->setText(m_ctx->currentWallet->viewOnly() ? "True" : "False"); + ui->label_primaryOnly->setText(m_ctx->currentWallet->balance(0) == m_ctx->currentWallet->balanceAll() ? "True" : "False"); QString os = QSysInfo::prettyProductName(); if (m_ctx->isTails) { diff --git a/src/dialog/debuginfodialog.ui b/src/dialog/debuginfodialog.ui index ecace2c..9348dba 100644 --- a/src/dialog/debuginfodialog.ui +++ b/src/dialog/debuginfodialog.ui @@ -258,14 +258,14 @@ - + Timestamp: - + TextLabel @@ -275,14 +275,14 @@ - + Operating system: - + TextLabel @@ -292,7 +292,7 @@ - + Qt::Horizontal @@ -316,6 +316,20 @@ + + + + TextLabel + + + + + + + Primary only: + + +