Support X11 selection mechanism for messages
This commit is contained in:
parent
6aac5a9edb
commit
30ebb7c88e
2
TODO.md
2
TODO.md
@ -25,8 +25,6 @@
|
||||
- GIF glitchy border
|
||||
- Combined pure media events time looks bad
|
||||
|
||||
- Copy to X11 selection with new CppUtils class
|
||||
|
||||
- RoomMessageNotice
|
||||
|
||||
- Refactoring
|
||||
|
@ -39,6 +39,8 @@ FocusScope {
|
||||
}
|
||||
|
||||
|
||||
onJoinedSelectionChanged: Clipboard.selection = joinedSelection
|
||||
|
||||
onDragStarted: {
|
||||
draggedItem.Drag.active = true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user