mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
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:
@ -14,7 +14,7 @@ const defaultSettings = {
|
||||
transparencyGrid: true,
|
||||
fitMode: 'fit-both',
|
||||
tagSuggestions: true,
|
||||
postsPerPage: 40,
|
||||
postsPerPage: 42,
|
||||
};
|
||||
|
||||
class Settings extends events.EventTarget {
|
||||
|
Reference in New Issue
Block a user