mirror of
https://github.com/booklore-app/booklore.git
synced 2026-02-18 00:17:53 +01:00
fix(settings): use boxed Integer for ScrollerConfig.maxItems to allow null (#2684)
Co-authored-by: acx10 <acx10@users.noreply.github.com>
This commit is contained in:
@@ -236,7 +236,7 @@ public class BookLoreUser {
|
||||
private String title;
|
||||
private boolean enabled;
|
||||
private int order;
|
||||
private int maxItems;
|
||||
private Integer maxItems;
|
||||
private Long magicShelfId;
|
||||
private String sortField;
|
||||
private String sortDirection;
|
||||
|
||||
Reference in New Issue
Block a user