qml: protect Address Private Keys from screenshots
Address private keys weren't protected from screenshots.
This commit is contained in:
@@ -346,4 +346,10 @@ Pane {
|
|||||||
dialog.open()
|
dialog.open()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binding {
|
||||||
|
target: AppController
|
||||||
|
property: 'secureWindow'
|
||||||
|
value: Boolean(addressdetails.privkey)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user