mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +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.right: parent.right;
|
||||
height: childrenRect.height;
|
||||
// FIXME: Reuse or remove wallet-related code.
|
||||
visible: false;
|
||||
|
||||
Rectangle {
|
||||
id: walletHeaderContainer;
|
||||
|
|
Loading…
Reference in a new issue