Always hardcode.

This commit is contained in:
Adam Treat 2023-04-28 22:46:01 -04:00
parent c794488b25
commit e6b919ee49

View File

@ -133,6 +133,7 @@ model release that uses your data!")
text: "Opt-in to anonymous usage analytics used to improve GPT4All" text: "Opt-in to anonymous usage analytics used to improve GPT4All"
Layout.row: 0 Layout.row: 0
Layout.column: 0 Layout.column: 0
color: theme.textColor
Accessible.role: Accessible.Paragraph Accessible.role: Accessible.Paragraph
Accessible.name: qsTr("Opt-in for anonymous usage statistics") Accessible.name: qsTr("Opt-in for anonymous usage statistics")
Accessible.description: qsTr("Label for opt-in") 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" text: "Opt-in to anonymous sharing of chats to the GPT4All Datalake"
Layout.row: 1 Layout.row: 1
Layout.column: 0 Layout.column: 0
color: theme.textColor
Accessible.role: Accessible.Paragraph Accessible.role: Accessible.Paragraph
Accessible.name: qsTr("Opt-in for network") Accessible.name: qsTr("Opt-in for network")
Accessible.description: qsTr("Checkbox to allow opt-in for network") Accessible.description: qsTr("Checkbox to allow opt-in for network")