add option for unsafe content
This commit is contained in:
parent
2913a85368
commit
cfbafffe46
|
@ -34,6 +34,13 @@
|
||||||
"hint": "Adds some of BetterDiscord's internal modules to `global._bd`.",
|
"hint": "Adds some of BetterDiscord's internal modules to `global._bd`.",
|
||||||
"value": false
|
"value": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "unsafe-content",
|
||||||
|
"type": "bool",
|
||||||
|
"text": "Allow unverified content",
|
||||||
|
"hint": "Allow loading unverified plugins/themes",
|
||||||
|
"value": "false"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "debugger-keybind",
|
"id": "debugger-keybind",
|
||||||
"type": "keybind",
|
"type": "keybind",
|
||||||
|
|
Loading…
Reference in New Issue