mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Unhardcode qml
This commit is contained in:
parent
1eeee5f367
commit
64882fd6de
3 changed files with 3 additions and 3 deletions
|
@ -146,8 +146,7 @@ Menu {
|
|||
width: 48
|
||||
height: 48
|
||||
hoverEnabled: true
|
||||
// TODO: Do this based off of Qt::Tooltip role
|
||||
ToolTip.text: model.unicodeName
|
||||
ToolTip.text: model.toolTip
|
||||
ToolTip.visible: hovered
|
||||
// TODO: maybe add favorites at some point?
|
||||
onClicked: {
|
||||
|
|
|
@ -7,3 +7,4 @@ rolling on the floor laughing:rofl
|
|||
face savoring food:yum
|
||||
smiling face with halo:innocent
|
||||
smiling face with open hands:hugging_face
|
||||
high voltage:zap
|
||||
|
|
|
@ -11717,7 +11717,7 @@ const QVector<Emoji> emoji::Provider::emoji = {
|
|||
QStringLiteral(u"umbrella on ground"),
|
||||
emoji::Emoji::Category::Travel},
|
||||
Emoji{QStringLiteral(u"\U000026A1"),
|
||||
QStringLiteral(u"high_voltage"),
|
||||
QStringLiteral(u"zap"),
|
||||
QStringLiteral(u"high voltage"),
|
||||
emoji::Emoji::Category::Travel},
|
||||
Emoji{QStringLiteral(u"\U00002744\U0000FE0F"),
|
||||
|
|
Loading…
Reference in a new issue