Use monochrome icon for emoji in ChatBar
BUG: 456671
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user