Settings -> Info -> Copy to clipboard #3063

This commit is contained in:
dsc 2020-09-01 21:39:19 +02:00
parent e65159163d
commit 370607a7dc

View file

@ -393,13 +393,13 @@ Rectangle {
data += "\nEmbedded Monero version: " + moneroVersion;
data += "\nWallet path: " + walletLocation.walletPath;
data += "\nWallet creation height: ";
data += "\nWallet restore height: ";
if(currentWallet)
data += currentWallet.walletCreationHeight;
data += "\nWallet log path: " + walletLogPath;
data += "\nWallet mode: " + walletModeString;
data += "\nGraphics: " + isOpenGL ? "OpenGL" : "Low graphics mode";
data += "\nGraphics mode: " + isOpenGL ? "OpenGL" : "Low graphics mode";
console.log("Copied to clipboard");
clipboard.setText(data);