mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-02-15 19:43:05 -05:00
feat: Add settings shortcut to chat view
This commit is contained in:
@ -117,6 +117,7 @@ ChatRootView {
|
||||
root.useThinking = thinkingMode.checked
|
||||
}
|
||||
}
|
||||
settingsButton.onClicked: root.openSettings()
|
||||
configSelector {
|
||||
model: root.availableConfigurations
|
||||
displayText: root.currentConfiguration
|
||||
|
||||
Reference in New Issue
Block a user