mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-04 10:04:35 +00:00
Rename these to views.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -230,18 +230,18 @@ Window {
|
||||
}
|
||||
}
|
||||
|
||||
ModelDownloaderDialog {
|
||||
ModelDownloaderView {
|
||||
id: downloadView
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
Item {
|
||||
Accessible.role: Accessible.Dialog
|
||||
Accessible.name: qsTr("Download new models")
|
||||
Accessible.description: qsTr("Dialog for downloading new models")
|
||||
Accessible.description: qsTr("View for downloading new models")
|
||||
}
|
||||
}
|
||||
|
||||
SettingsDialog {
|
||||
SettingsView {
|
||||
id: settingsDialog
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
Reference in New Issue
Block a user