Merge pull request 'DebugInfoDialog: fix missing copy value' (#273) from tobtoht/feather:debuginfo_fix_missing into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/273
This commit is contained in:
tobtoht 2020-12-30 21:52:19 +00:00
commit 80bb515438
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ void DebugInfoDialog::copyToClipboad() {
text += QString("Network type: %1 \n").arg(ui->label_netType->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("Primary only: %1 \n").arg(ui->label_primaryOnly->text());
text += QString("Operating system: %1 \n").arg(ui->label_OS->text());
text += QString("Timestamp: %1 \n").arg(ui->label_timestamp->text());