1
0

qml: add secure flag to WalletDetails, set when seed is shown

This commit is contained in:
Sander van Grieken
2023-05-03 22:41:25 +02:00
parent 56fa832563
commit 0be8beb9c4

View File

@@ -512,4 +512,10 @@ Pane {
}
}
Binding {
target: AppController
property: 'secureWindow'
value: seedText.visible
}
}