forked from Public/monero-gui
Avoid logging addresses and other sensitive data
This commit is contained in:
committed by
moneromooo-monero
parent
b35d60db2d
commit
9afaa7cf0f
@@ -82,7 +82,7 @@ Rectangle{
|
||||
}
|
||||
onClicked: {
|
||||
if(copyValue){
|
||||
console.log(copyValue + " copied to clipboard");
|
||||
console.log("Copied to clipboard");
|
||||
clipboard.setText(copyValue);
|
||||
appWindow.showStatusMessage(qsTr("Copied to clipboard"),3)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user