From e6b919ee4970b633480c8a9a7fd04c8611c75d56 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Fri, 28 Apr 2023 22:46:01 -0400 Subject: [PATCH] Always hardcode. --- qml/StartupDialog.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qml/StartupDialog.qml b/qml/StartupDialog.qml index da676cf8..2105716e 100644 --- a/qml/StartupDialog.qml +++ b/qml/StartupDialog.qml @@ -133,6 +133,7 @@ model release that uses your data!") text: "Opt-in to anonymous usage analytics used to improve GPT4All" Layout.row: 0 Layout.column: 0 + color: theme.textColor Accessible.role: Accessible.Paragraph Accessible.name: qsTr("Opt-in for anonymous usage statistics") Accessible.description: qsTr("Label for opt-in") @@ -159,6 +160,7 @@ model release that uses your data!") text: "Opt-in to anonymous sharing of chats to the GPT4All Datalake" Layout.row: 1 Layout.column: 0 + color: theme.textColor Accessible.role: Accessible.Paragraph Accessible.name: qsTr("Opt-in for network") Accessible.description: qsTr("Checkbox to allow opt-in for network")