Show comics count of a folder on sidebar.

This commit is contained in:
2025-04-28 19:46:29 +08:00
parent 9ff68d0701
commit 929c1a9d91
2 changed files with 31 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ const _localAllFolderLabel = '^_^[%local_all%]^_^';
/// If the number of comics in a folder exceeds this limit, it will be
/// fetched asynchronously.
const _asyncDataFetchLimit = 200;
const _asyncDataFetchLimit = 500;
class _LocalFavoritesPage extends StatefulWidget {
const _LocalFavoritesPage({required this.folder, super.key});