Support X11 selection mechanism for messages

This commit is contained in:
miruka 2019-10-25 08:49:19 -04:00
parent 6aac5a9edb
commit 30ebb7c88e
2 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,6 @@
- GIF glitchy border
- Combined pure media events time looks bad
- Copy to X11 selection with new CppUtils class
- RoomMessageNotice
- Refactoring

View File

@ -39,6 +39,8 @@ FocusScope {
}
onJoinedSelectionChanged: Clipboard.selection = joinedSelection
onDragStarted: {
draggedItem.Drag.active = true
}