parent
3b86032bc8
commit
fdb1f375ab
|
@ -1 +1 @@
|
|||
Subproject commit 9498be05efa946c6433cfd8135326730069467bf
|
||||
Subproject commit e1db6393404a85f91e7452575f6a0bc921caf6c6
|
|
@ -107,6 +107,12 @@ Page {
|
|||
listLabel: qsTr("Contacts")
|
||||
toLabelText: qsTr("To: ")
|
||||
warningText: qsTr("USER LIMIT REACHED")
|
||||
ringSpecModelGetter: function(pubKey) {
|
||||
return Utils.getColorHashAsJson(pubKey);
|
||||
}
|
||||
compressedKeyGetter: function(pubKey) {
|
||||
return Utils.getCompressedPk(pubKey);
|
||||
}
|
||||
onTextChanged: {
|
||||
sortModel(root.contactsModel);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue