mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 20:40:27 +00:00
Merge pull request #3074
394e569
SettingsInfo: copy Tails information to clipboard (selsta)
This commit is contained in:
commit
f75d988437
1 changed files with 2 additions and 0 deletions
|
@ -400,6 +400,8 @@ Rectangle {
|
||||||
data += "\nWallet log path: " + walletLogPath;
|
data += "\nWallet log path: " + walletLogPath;
|
||||||
data += "\nWallet mode: " + walletModeString;
|
data += "\nWallet mode: " + walletModeString;
|
||||||
data += "\nGraphics mode: " + isOpenGL ? "OpenGL" : "Low graphics mode";
|
data += "\nGraphics mode: " + isOpenGL ? "OpenGL" : "Low graphics mode";
|
||||||
|
if (isTails)
|
||||||
|
data += "\nTails: " + tailsUsePersistence ? "persistent" : "persistence disabled";
|
||||||
|
|
||||||
console.log("Copied to clipboard");
|
console.log("Copied to clipboard");
|
||||||
clipboard.setText(data);
|
clipboard.setText(data);
|
||||||
|
|
Loading…
Reference in a new issue