mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-11 09:24:48 -04:00
- Updated BookCardItem, BookCoverItem, and BookListItem components to conditionally display the original file name without extension based on user settings. - Introduced getFileNameWithoutExtension utility function to handle file name extraction. - Removed redundant code in ImportLocal component related to name assignment. - Adjusted DictSetting component to utilize the new utility for dictionary file name handling.