feat: select all books button in library

* Added "Select all books" button to the Library which selects all books in the current category
This commit is contained in:
Acclorite 2025-09-28 17:48:48 +03:00
parent 14cf04a8ce
commit 30ee74cfff
No known key found for this signature in database
GPG key ID: 6E54C611F6EE8593
9 changed files with 54 additions and 10 deletions

View file

@ -611,6 +611,7 @@
<string name="clear_selected_items_content_desc">Clear selected items</string>
<string name="add_files_content_desc">Add files</string>
<string name="select_all_files_content_desc">Select all files</string>
<string name="select_all_books_content_desc">Select all books</string>
<string name="exit_search_content_desc">Exit search</string>
<string name="delete_whole_history_content_desc">Delete whole history</string>
<string name="move_books_content_desc">Move selected books</string>