NSFW filter setting

This commit is contained in:
cmdr2
2023-02-18 15:01:13 +05:30
parent e7a2dfa57f
commit aa70f2849b
7 changed files with 22 additions and 4 deletions

View File

@ -78,6 +78,14 @@ var PARAMETERS = [
}
],
},
{
id: "block_nsfw",
type: ParameterType.checkbox,
label: "Block NSFW images",
note: "blurs out NSFW images",
icon: "fa-land-mine-on",
default: false,
},
{
id: "sound_toggle",
type: ParameterType.checkbox,