1
0

qml: protect Address Private Keys from screenshots

Address private keys weren't protected from screenshots.
This commit is contained in:
f321x
2026-01-20 13:33:04 +01:00
parent aaa314b36e
commit 8e5ea8e12d

View File

@@ -346,4 +346,10 @@ Pane {
dialog.open()
}
}
Binding {
target: AppController
property: 'secureWindow'
value: Boolean(addressdetails.privkey)
}
}