From: tobtoht Date: Wed, 15 Mar 2023 14:12:32 +0000 (+0100) Subject: DebugInfoDialog: add Proxy to Copy output X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=c43674708bc33d273b6a370830cbc10d40899270;p=gamesguru%2Ffeather.git DebugInfoDialog: add Proxy to Copy output --- 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());