fix(@desktop/communities): Fix transferable and self destruct token parameters

Fix #10000
This commit is contained in:
Michal Iskierko 2023-03-23 14:14:24 +01:00 committed by Michał Iskierko
parent 2f3f8f4e03
commit ec6d35a6bd
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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