1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-25 10:47:19 +01:00

SettingsInfo: copy Tails information to clipboard

This commit is contained in:
selsta 2020-09-07 22:17:33 +02:00
parent a563582d95
commit 394e56915d
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

@ -400,6 +400,8 @@ Rectangle {
data += "\nWallet log path: " + walletLogPath;
data += "\nWallet mode: " + walletModeString;
data += "\nGraphics mode: " + isOpenGL ? "OpenGL" : "Low graphics mode";
if (isTails)
data += "\nTails: " + tailsUsePersistence ? "persistent" : "persistence disabled";
console.log("Copied to clipboard");
clipboard.setText(data);