mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-28 08:17:03 +00:00
Fix button theme.
This commit is contained in:
@@ -173,7 +173,10 @@ Dialog {
|
||||
|
||||
Button {
|
||||
id: downloadButton
|
||||
text: downloading ? "Cancel" : "Download"
|
||||
contentItem: Text {
|
||||
color: theme.textColor
|
||||
text: downloading ? "Cancel" : "Download"
|
||||
}
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 10
|
||||
|
Reference in New Issue
Block a user