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:
committed by
Joshua Goins
parent
a1513b30cd
commit
e2742cbf8b
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user