mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-08 20:09:12 +00:00
Make the collection dialog progress bar more readable.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -222,6 +222,17 @@ QtObject {
|
||||
}
|
||||
}
|
||||
|
||||
property color progressText: {
|
||||
switch (MySettings.chatTheme) {
|
||||
case "LegacyDark":
|
||||
return "#ffffff";
|
||||
case "Dark":
|
||||
return "#000000";
|
||||
default:
|
||||
return "#000000";
|
||||
}
|
||||
}
|
||||
|
||||
property color checkboxBorder: {
|
||||
switch (MySettings.chatTheme) {
|
||||
case "LegacyDark":
|
||||
|
Reference in New Issue
Block a user