fix(@desktop/communities): Fix transferable and self destruct token parameters
Fix #10000
This commit is contained in:
parent
2f3f8f4e03
commit
ec6d35a6bd
|
@ -165,7 +165,7 @@ SettingsPageLayout {
|
|||
description,
|
||||
supplyText,
|
||||
infiniteSupply,
|
||||
transferable,
|
||||
transferable: !notTransferable,
|
||||
selfDestruct,
|
||||
chainId,
|
||||
chainName,
|
||||
|
@ -234,7 +234,7 @@ SettingsPageLayout {
|
|||
supplyText: supply.toString(),
|
||||
infiniteSupply,
|
||||
transferable,
|
||||
remoteSelfDestruct,
|
||||
selfDestruct: remoteSelfDestruct,
|
||||
chainId,
|
||||
chainName,
|
||||
chainIcon,
|
||||
|
|
|
@ -24,7 +24,7 @@ StatusScrollView {
|
|||
readonly property alias description: descriptionInput.text
|
||||
readonly property alias supplyText: supplyInput.text
|
||||
readonly property alias infiniteSupply: unlimitedSupplyChecker.checked
|
||||
readonly property alias transferable: transferableChecker.checked
|
||||
readonly property alias notTransferable: transferableChecker.checked
|
||||
readonly property alias selfDestruct: selfDestructChecker.checked
|
||||
property url artworkSource
|
||||
property int chainId
|
||||
|
|
Loading…
Reference in New Issue