fix: fix color and warning
This commit is contained in:
parent
9d356fc4f7
commit
88de02b1dc
|
@ -163,7 +163,7 @@ ModalPopup {
|
|||
}
|
||||
showCheckbox: selectChatMembers && memberCount < maxMembers
|
||||
pubKey: model.pubKey
|
||||
isContact: model.isContact
|
||||
isContact: !!model.isContact
|
||||
isUser: model.isUser
|
||||
name: !model.name.endsWith(".eth") && !!model.localNickname ?
|
||||
model.localNickname : Utils.removeStatusEns(model.name)
|
||||
|
|
|
@ -15,7 +15,7 @@ Repeater {
|
|||
width: parent.width - Style.current.padding
|
||||
height: childrenRect.height
|
||||
|
||||
Text {
|
||||
StyledText {
|
||||
id: sectionTitle
|
||||
text: modelData.name
|
||||
font.bold: true
|
||||
|
|
Loading…
Reference in New Issue