console.log -> Debug.log
This commit is contained in:
parent
663881b266
commit
f446e35051
1 changed files with 4 additions and 4 deletions
|
@ -928,10 +928,10 @@ Page {
|
||||||
Connections {
|
Connections {
|
||||||
target: stickerPickerLoader.item
|
target: stickerPickerLoader.item
|
||||||
onStickerPicked: {
|
onStickerPicked: {
|
||||||
console.log(stickerId)
|
Debug.log("Sticker picked: " + stickerId);
|
||||||
tdLibWrapper.sendStickerMessage(chatInformation.id, stickerId)
|
tdLibWrapper.sendStickerMessage(chatInformation.id, stickerId);
|
||||||
stickerPickerLoader.active = false
|
stickerPickerLoader.active = false;
|
||||||
attachmentOptionsRow.isNeeded = false
|
attachmentOptionsRow.isNeeded = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue