mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 13:47:20 +02:00
Compare commits
3 Commits
7ae64bf387
...
532948ce7b
Author | SHA1 | Date | |
---|---|---|---|
532948ce7b | |||
c35ea354aa | |||
73dcbc8b4a |
@ -419,6 +419,12 @@
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"browser.ml.chat.enabled": {
|
||||
"Comment": "Disable AI by default.",
|
||||
"Status": "default",
|
||||
"Type": "boolean",
|
||||
"Value": false
|
||||
},
|
||||
"browser.ml.chat.provider": {
|
||||
"Comment": "While not officially supported, defaulting to Ecosia will at least remind me that AI is a severe concern regarding fighting against climate change.",
|
||||
"Status": "user",
|
||||
@ -597,6 +603,18 @@
|
||||
"Type": "string",
|
||||
"Value": "en-US, en"
|
||||
},
|
||||
"intl.multilingual.downloadEnabled": {
|
||||
"Comment": "Allow downloading additional languages?",
|
||||
"Status": "default",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"intl.multilingual.enabled": {
|
||||
"Comment": "Allow changing language from settings.",
|
||||
"Status": "default",
|
||||
"Type": "boolean",
|
||||
"Value": true
|
||||
},
|
||||
"javascript.use_us_english_locale": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
"Status": "user",
|
||||
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"BraveAIChatEnabled": false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user