mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +00:00
98d2c1df68
display a sticker when a content type sticker message is received display a sticker when a content type sticker message is received display a sticker when a content type sticker message is received display sticker fix height and default value cleanup cleanup cleanup use constants for the content type
12 lines
267 B
QML
12 lines
267 B
QML
pragma Singleton
|
|
|
|
import QtQuick 2.8
|
|
|
|
QtObject {
|
|
readonly property int chatTypeOneToOne: 1
|
|
readonly property int chatTypePublic: 2
|
|
readonly property int chatTypePrivateGroupChat: 3
|
|
|
|
readonly property int messageType: 1
|
|
readonly property int stickerType: 2
|
|
} |