1
0

qt, qml: remove email entry from 2FA wallet ToS pages

This commit is contained in:
Sander van Grieken
2023-12-08 11:56:11 +01:00
parent 1edb5bac81
commit 4c8287358a
7 changed files with 17 additions and 43 deletions

View File

@@ -189,7 +189,7 @@ WizardComponent {
InfoTextArea {
id: infotext
visible: !cosigner
visible: !cosigner && !is2fa
Layout.fillWidth: true
Layout.columnSpan: 2
Layout.bottomMargin: constants.paddingLarge