forked from Shinonome/dots-hyprland
move image-related user options + update reminder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user