chore: 优化进度条显示

This commit is contained in:
rang 2026-01-13 11:56:49 +08:00
parent 03cec3f4b6
commit d96995a863
27 changed files with 1229 additions and 1311 deletions

View file

@ -7,7 +7,7 @@ import 'package:vaani/features/per_book_settings/models/nullable_player_settings
part 'book_settings_provider.g.dart';
final _box = AvailableHiveBoxes.individualBookSettingsBox;
final _box = HiveBoxes.individualBookSettingsBox;
final _logger = Logger('BookSettingsProvider');