Use monochrome icon for emoji in ChatBar

BUG: 456671
This commit is contained in:
Tobias Fella
2022-11-04 23:50:55 +01:00
parent d02b4007c0
commit efd78c3fc7
2 changed files with 2 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ if(ANDROID)
"image-rotate-right-symbolic" "image-rotate-right-symbolic"
"channel-insecure-symbolic" "channel-insecure-symbolic"
"download" "download"
"smiley"
) )
else() else()
target_link_libraries(neochat PUBLIC Qt::Widgets KF5::KIOWidgets) target_link_libraries(neochat PUBLIC Qt::Widgets KF5::KIOWidgets)

View File

@@ -196,7 +196,7 @@ ToolBar {
ToolButton { ToolButton {
id: emojiButton id: emojiButton
icon.name: "preferences-desktop-emoticons" icon.name: "smiley"
text: i18n("Add an Emoji") text: i18n("Add an Emoji")
display: AbstractButton.IconOnly display: AbstractButton.IconOnly
checkable: true checkable: true