mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 17:41:50 +00:00
* Admin Library Moderation (in-game edition) * conflicts --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
10 lines
317 B
Plaintext
10 lines
317 B
Plaintext
#define DEFAULT_UPLOAD_CATAGORY "Fiction"
|
|
#define DEFAULT_SEARCH_CATAGORY "Any"
|
|
|
|
///How many books should we load per page?
|
|
#define BOOKS_PER_PAGE 18
|
|
///How many checkout records should we load per page?
|
|
#define CHECKOUTS_PER_PAGE 17
|
|
///How many inventory items should we load per page?
|
|
#define INVENTORY_PER_PAGE 19
|