fix(CollectibleView): Some strange layout behaviour caused by this syntax

Syntax error.
This commit is contained in:
Noelia 2024-03-12 16:47:20 +01:00 committed by Noelia
parent 7d47291cdc
commit 08114728d6
1 changed files with 2 additions and 1 deletions

View File

@ -36,8 +36,9 @@ Control {
(privilegesLevel === Constants.TokenPrivilegesLevel.TMaster)
property color ornamentColor // Relevant color for these special tokens (community color)
readonly property var d: QtObject {
QtObject {
id: d
readonly property bool unknownCommunityName: root.communityName.startsWith("0x") && root.communityId === root.communityName
}