mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 14:42:11 +02:00
Merge pull request #842 from ctrlaltdavid/fix/hide-wallet-mention
Hide "Secure Transactions" section in Settings > Security
This commit is contained in:
commit
4cb3287764
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