mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-04 01:54:49 +00:00
Add a legacy dark mode.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -211,7 +211,7 @@ MySettingsTab {
|
||||
visible: hasEmbeddingModel
|
||||
Layout.fillWidth: true
|
||||
height: 3
|
||||
color: theme.yellowAccent
|
||||
color: theme.accentColor
|
||||
}
|
||||
}
|
||||
advancedSettings: GridLayout {
|
||||
@@ -227,7 +227,7 @@ MySettingsTab {
|
||||
Layout.fillWidth: true
|
||||
Layout.columnSpan: 3
|
||||
height: 3
|
||||
color: theme.yellowAccent
|
||||
color: theme.accentColor
|
||||
}
|
||||
|
||||
MySettingsLabel {
|
||||
|
Reference in New Issue
Block a user