DebugInfoDialog: add Proxy to Copy output

This commit is contained in:
tobtoht 2023-03-15 15:12:32 +01:00
parent f2e284b2df
commit c43674708b
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -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());