Add sticker icon
This commit is contained in:
parent
f771cd4958
commit
12119c38bc
3 changed files with 27 additions and 0 deletions
BIN
images/icon-m-sticker.png
Normal file
BIN
images/icon-m-sticker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -957,6 +957,13 @@ Page {
|
|||
pageStack.push(documentPickerPage);
|
||||
}
|
||||
}
|
||||
IconButton {
|
||||
id: stickerAttachmentButton
|
||||
icon.source: "../../images/icon-m-sticker.png"
|
||||
onClicked: {
|
||||
// TODO
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Row {
|
||||
|
|
|
@ -402,6 +402,22 @@
|
|||
<source>Please enter your password:</source>
|
||||
<translation>Пожалуйста, введите ваш пароль:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>User Registration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Enter your First Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Enter your Last Name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Register User</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LocationPreview</name>
|
||||
|
@ -467,6 +483,10 @@
|
|||
<source>Settings</source>
|
||||
<translation>Настройки</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>You don't have any chats yet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>SettingsPage</name>
|
||||
|
|
Loading…
Reference in a new issue