From eac6ec661e81f3626fcf5cfda43ab71c3d7459f8 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 30 Dec 2020 05:23:04 +0100 Subject: [PATCH] DebugInfoDialog: fix missing copy value --- src/dialog/debuginfodialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialog/debuginfodialog.cpp b/src/dialog/debuginfodialog.cpp index 841c709..3960804 100644 --- a/src/dialog/debuginfodialog.cpp +++ b/src/dialog/debuginfodialog.cpp @@ -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());