mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-13 22:39:11 +00:00
Make the comboboxes align in UI.
This commit is contained in:
@@ -148,9 +148,6 @@ Window {
|
||||
Accessible.role: Accessible.ComboBox
|
||||
Accessible.name: qsTr("ComboBox for displaying/picking the current model")
|
||||
Accessible.description: qsTr("Use this for picking the current model to use; the first item is the current model")
|
||||
background: Rectangle {
|
||||
color: theme.backgroundDark
|
||||
}
|
||||
onActivated: {
|
||||
currentChat.stopGenerating()
|
||||
currentChat.reset();
|
||||
|
Reference in New Issue
Block a user