move image-related user options + update reminder

This commit is contained in:
end-4
2024-05-25 21:34:47 +07:00
parent 9a5e53dac1
commit 5f76e68a73
3 changed files with 23 additions and 8 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ function paramStringFromObj(params) {
class BooruService extends Service {
_baseUrl = 'https://yande.re/post.json';
_mode = 'yandere';
_nsfw = userOptions.sidebar.imageAllowNsfw;
_nsfw = userOptions.sidebar.image.allowNsfw;
_responses = [];
_queries = [];
@@ -102,7 +102,7 @@ class BooruService extends Service {
const params = {
'tags': taglist.join('+'),
'page': `${page}`,
'limit': `${userOptions.sidebar.imageBooruCount}`,
'limit': `${userOptions.sidebar.image.batchCount}`,
};
const paramString = paramStringFromObj(params);
// Fetch