Quote:
Originally Posted by ownedbycats
It's a bit confusing when looking at read books in cover grid mode:
Attachment 190803
However, I'm afraid that if put a replacement for ok.png in the appdata folder, it'll replace other green checkmarks. Is there anything to be done?
|
Using ok.png is hard coded for ondevice and all other booleans.
If you really want to change it then you need to change calibre's code, specifically line 804 of gui2/library/model.py. This doesn't apply when using the cover grid.
EDIT: You can of course change the other icons using the emblem editor.
EDIT 2: The code to change to see a different ondevice icon in the cover view is line 503 of gui2/library/alternate_views.py