mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 15:47:25 -04:00
Avoid logging addresses and other sensitive data
This commit is contained in:
committed by
moneromooo-monero
parent
b35d60db2d
commit
9afaa7cf0f
@@ -86,7 +86,7 @@ ColumnLayout {
|
||||
anchors.rightMargin: labelButton.visible? 4 : 0
|
||||
onClicked: {
|
||||
if (multiLine.text.length > 0) {
|
||||
console.log(multiLine.text + " copied to clipboard");
|
||||
console.log("Copied to clipboard");
|
||||
clipboard.setText(multiLine.text);
|
||||
appWindow.showStatusMessage(qsTr("Copied to clipboard"), 3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user