From c43674708bc33d273b6a370830cbc10d40899270 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 15 Mar 2023 15:12:32 +0100 Subject: [PATCH] DebugInfoDialog: add Proxy to Copy output --- src/dialog/DebugInfoDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialog/DebugInfoDialog.cpp b/src/dialog/DebugInfoDialog.cpp index ae933286..8c47cd4c 100644 --- a/src/dialog/DebugInfoDialog.cpp +++ b/src/dialog/DebugInfoDialog.cpp @@ -158,6 +158,7 @@ void DebugInfoDialog::copyToClipboard() { text += QString("Remote node: %1 \n").arg(ui->label_remoteNode->text()); text += QString("Wallet status: %1 \n").arg(ui->label_walletStatus->text()); text += QString("Websocket status: %1 \n").arg(ui->label_websocketStatus->text()); + text += QString("Proxy: %1 \n").arg(ui->label_proxy->text()); text += QString("Tor status: %1 \n").arg(ui->label_torStatus->text()); text += QString("Tor level: %1 \n").arg(ui->label_torLevel->text()); -- 2.52.0