Merge pull request #3074

394e569 SettingsInfo: copy Tails information to clipboard (selsta)
This commit is contained in:
luigi1111 2020-09-12 15:52:59 -05:00
commit f75d988437
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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);