mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-02-19 05:23:06 -05:00
feat: Add temp file storage for chat (#279)
* fix: Add signature to chat history * feat: Add file storage for chat
This commit is contained in:
@ -60,6 +60,7 @@ ChatRootView {
|
||||
|
||||
SplitDropZone {
|
||||
anchors.fill: parent
|
||||
z: 99
|
||||
|
||||
onFilesDroppedToAttach: (urlStrings) => {
|
||||
var localPaths = root.convertUrlsToLocalPaths(urlStrings)
|
||||
|
||||
Reference in New Issue
Block a user