Updated on 2026-08-14
This commit is contained in:
commit
b39427d355
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ data class CardDTO(
|
|||
val supportedEncryptionModes: List<EncryptionMode>,
|
||||
val isFilesAllowed: Boolean,
|
||||
val isHDWalletAllowed: Boolean,
|
||||
val isKeysImportAllowed: Boolean,
|
||||
val isKeysImportAllowed: Boolean = false,
|
||||
) {
|
||||
constructor(settings: Card.Settings) : this(
|
||||
securityDelay = settings.securityDelay,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue