Add a button to access all emojis from the message menu

Add a button to access all emojis from the message menu for when that button is not availble in the quick actions

requires libraries/kirigami-addons!362
This commit is contained in:
James Graham
2025-05-15 18:41:09 +01:00
committed by Joshua Goins
parent a1513b30cd
commit e2742cbf8b
2 changed files with 33 additions and 2 deletions

View File

@@ -292,6 +292,7 @@ Kirigami.Page {
Component {
id: messageDelegateContextMenu
MessageDelegateContextMenu {
room: root.currentRoom
connection: root.connection
}
}
@@ -299,6 +300,7 @@ Kirigami.Page {
Component {
id: fileDelegateContextMenu
FileDelegateContextMenu {
room: root.currentRoom
connection: root.connection
}
}