Quote:
Originally Posted by ownedbycats
The View menu has a list of recently viewed books.
a) How is this generated? I noticed the 'view' action, clicking a format in details, and opening a format in the MDE all add it to the list. Are there any other actions that do this?
|
Look at source calibre.gui2/actions/view.py. The history is updated by viewing a book or by clearing history. Search for "update_history".
The history is stored in a per-library preference named "gui_view_history". You can search the source for that string to see where it might be updated.
Quote:
b) Is there a way to change the number of books shown on the list? I looked through tweaks but wasn't sure of what it would be called.
|
Search in tweaks for "history".