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 {
|
||||
target: stickerPickerLoader.item
|
||||
onStickerPicked: {
|
||||
console.log(stickerId)
|
||||
tdLibWrapper.sendStickerMessage(chatInformation.id, stickerId)
|
||||
stickerPickerLoader.active = false
|
||||
attachmentOptionsRow.isNeeded = false
|
||||
Debug.log("Sticker picked: " + stickerId);
|
||||
tdLibWrapper.sendStickerMessage(chatInformation.id, stickerId);
|
||||
stickerPickerLoader.active = false;
|
||||
attachmentOptionsRow.isNeeded = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue