mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-14 04:49:57 -05:00
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