mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-22 02:22:44 -05:00
@ -58,6 +58,18 @@ ChatRootView {
|
||||
color: palette.window
|
||||
}
|
||||
|
||||
SplitDropZone {
|
||||
anchors.fill: parent
|
||||
|
||||
onFilesDroppedToAttach: (filePaths) => {
|
||||
root.addFilesToAttachList(filePaths)
|
||||
}
|
||||
|
||||
onFilesDroppedToLink: (filePaths) => {
|
||||
root.addFilesToLinkList(filePaths)
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
spacing: 0
|
||||
|
||||
Reference in New Issue
Block a user