mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-17 17:57:39 +00:00
DebugInfoDialog: fix missing copy value
This commit is contained in:
parent
e7b0dd9e9e
commit
eac6ec661e
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ void DebugInfoDialog::copyToClipboad() {
|
||||||
text += QString("Network type: %1 \n").arg(ui->label_netType->text());
|
text += QString("Network type: %1 \n").arg(ui->label_netType->text());
|
||||||
text += QString("Seed type: %1 \n").arg(ui->label_seedType->text());
|
text += QString("Seed type: %1 \n").arg(ui->label_seedType->text());
|
||||||
text += QString("View only: %1 \n").arg(ui->label_viewOnly->text());
|
text += QString("View only: %1 \n").arg(ui->label_viewOnly->text());
|
||||||
|
text += QString("Primary only: %1 \n").arg(ui->label_primaryOnly->text());
|
||||||
|
|
||||||
text += QString("Operating system: %1 \n").arg(ui->label_OS->text());
|
text += QString("Operating system: %1 \n").arg(ui->label_OS->text());
|
||||||
text += QString("Timestamp: %1 \n").arg(ui->label_timestamp->text());
|
text += QString("Timestamp: %1 \n").arg(ui->label_timestamp->text());
|
||||||
|
|
Loading…
Reference in a new issue