Add support for copying & deleting multiple messages at once

BUG: 496458
This commit is contained in:
Azhar Momin
2026-02-11 18:30:09 +05:30
committed by Joshua Goins
parent 0f634ff795
commit f5d726989f
10 changed files with 357 additions and 15 deletions

View File

@@ -213,6 +213,7 @@ QQC2.ScrollView {
model: root.messageFilterModel
delegate: EventDelegate {
room: _private.room
showSelectionControl: true
}
ColumnLayout {