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:
ACX
2026-02-10 10:40:07 -07:00
committed by GitHub
parent 9444a544f9
commit 78a8bb4fea

View File

@@ -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;