qml: add secure flag to WalletDetails, set when seed is shown
This commit is contained in:
@@ -512,4 +512,10 @@ Pane {
|
||||
}
|
||||
}
|
||||
|
||||
Binding {
|
||||
target: AppController
|
||||
property: 'secureWindow'
|
||||
value: seedText.visible
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user