Add a separator between the report and copy message actions

This commit is contained in:
Joshua Goins
2024-11-16 11:39:18 -05:00
parent a3f5962809
commit 24c405d747

View File

@@ -75,6 +75,9 @@ DelegateContextMenu {
Clipboard.saveText("https://matrix.to/#/" + currentRoom.id + "/" + root.eventId);
}
},
Kirigami.Action {
separator: true
},
DelegateContextMenu.ReportMessageAction {},
DelegateContextMenu.ShowUserAction {},
Kirigami.Action {