Hide "secure transactions" section in Settings > Security

This commit is contained in:
David Rowe 2020-10-26 14:36:36 +13:00
parent 22aa9f2065
commit d31d7f0a18

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;