client/settings: increase default post count to 42
Since on big resolutions the posts use 7 columns, it makes sense to use a multiple of that.
This commit is contained in:
parent
473f2a4ddc
commit
702ec3e6fe
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const defaultSettings = {
|
||||||
transparencyGrid: true,
|
transparencyGrid: true,
|
||||||
fitMode: 'fit-both',
|
fitMode: 'fit-both',
|
||||||
tagSuggestions: true,
|
tagSuggestions: true,
|
||||||
postsPerPage: 40,
|
postsPerPage: 42,
|
||||||
};
|
};
|
||||||
|
|
||||||
class Settings extends events.EventTarget {
|
class Settings extends events.EventTarget {
|
||||||
|
|
Loading…
Reference in a new issue