mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-11 08:20:34 +00:00
Update library_screen.dart
This commit is contained in:
parent
d64f332f77
commit
843ed46269
1 changed files with 1 additions and 1 deletions
|
|
@ -2223,7 +2223,7 @@ class _LibraryScreenState extends ConsumerState<LibraryScreen>
|
|||
_isMobile
|
||||
// Adds a line break where spaces exist for better mobile layout.
|
||||
// Works for languages that use spaces between words.
|
||||
? l10n.ignore_filters.replaceAll(' ', '\n')
|
||||
? l10n.ignore_filters.replaceFirst(' ', '\n')
|
||||
// Removes manually added line breaks for Thai and Chinese,
|
||||
// where spaces aren’t used, to ensure proper desktop rendering.
|
||||
: l10n.ignore_filters.replaceAll('\n', ''),
|
||||
|
|
|
|||
Loading…
Reference in a new issue