Merge pull request #842 from ctrlaltdavid/fix/hide-wallet-mention

Hide "Secure Transactions" section in Settings > Security
This commit is contained in:
kasenvr 2020-10-29 20:10:32 -04:00 committed by GitHub
commit 4cb3287764
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -333,6 +333,8 @@ Rectangle {
anchors.left: parent.left;
anchors.right: parent.right;
height: childrenRect.height;
// FIXME: Reuse or remove wallet-related code.
visible: false;
Rectangle {
id: walletHeaderContainer;