mirror of
https://github.com/feather-wallet/feather.git
synced 2024-10-30 08:57:39 +00:00
DebugInfoDialog: add Proxy to Copy output
This commit is contained in:
parent
f2e284b2df
commit
c43674708b
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ void DebugInfoDialog::copyToClipboard() {
|
||||||
text += QString("Remote node: %1 \n").arg(ui->label_remoteNode->text());
|
text += QString("Remote node: %1 \n").arg(ui->label_remoteNode->text());
|
||||||
text += QString("Wallet status: %1 \n").arg(ui->label_walletStatus->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("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 status: %1 \n").arg(ui->label_torStatus->text());
|
||||||
text += QString("Tor level: %1 \n").arg(ui->label_torLevel->text());
|
text += QString("Tor level: %1 \n").arg(ui->label_torLevel->text());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue