mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-19 05:24:59 -04:00
feat: Add auto sync open files with model context
This commit is contained in:
@ -27,7 +27,7 @@ Rectangle {
|
||||
|
||||
property alias sendButton: sendButtonId
|
||||
property alias stopButton: stopButtonId
|
||||
property alias sharingCurrentFile: sharingCurrentFileId
|
||||
property alias syncOpenFiles: syncOpenFilesId
|
||||
property alias attachFiles: attachFilesId
|
||||
property alias linkFiles: linkFilesId
|
||||
|
||||
@ -61,9 +61,9 @@ Rectangle {
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
id: sharingCurrentFileId
|
||||
id: syncOpenFilesId
|
||||
|
||||
text: qsTr("Share current file with models")
|
||||
text: qsTr("Sync open files with model context")
|
||||
}
|
||||
|
||||
QoAButton {
|
||||
|
Reference in New Issue
Block a user