booru note: update config file location

This commit is contained in:
end-4
2025-04-03 11:31:53 +02:00
parent a1d60b5f5a
commit 69e9b011d8
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ export const BooruSettings = () => MarginRevealer({
ConfigToggle({
icon: 'menstrual_health',
name: getString('Lewds'),
desc: getString("Shows naughty stuff when enabled.\nYa like those? Add this to user_options.js:\n\t'sidebar': {\n\t'image': {\n\t\t'allowNsfw': true,\n\t}\n}"),
desc: getString("Shows naughty stuff when enabled.\nYa like those? Add this to user_options.jsonc:\n\t'sidebar': {\n\t'image': {\n\t\t'allowNsfw': true,\n\t}\n}"),
initValue: BooruService.nsfw,
onChange: (self, newValue) => {
BooruService.nsfw = newValue;