mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 23:54:02 +02:00
Hide "secure transactions" section in Settings > Security
This commit is contained in:
parent
22aa9f2065
commit
d31d7f0a18
1 changed files with 2 additions and 0 deletions
|
@ -333,6 +333,8 @@ Rectangle {
|
||||||
anchors.left: parent.left;
|
anchors.left: parent.left;
|
||||||
anchors.right: parent.right;
|
anchors.right: parent.right;
|
||||||
height: childrenRect.height;
|
height: childrenRect.height;
|
||||||
|
// FIXME: Reuse or remove wallet-related code.
|
||||||
|
visible: false;
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: walletHeaderContainer;
|
id: walletHeaderContainer;
|
||||||
|
|
Loading…
Reference in a new issue