mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-06 05:04:06 +01:00
One click remove of calibre_bookmarks.txt
This commit is contained in:
parent
33086f2061
commit
e0cd21ee50
1 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,11 @@ def __init__(self, name):
|
|||
' the calibre ebook viewer. You can remove it if you do not'
|
||||
' need that information, or dont want to share it with'
|
||||
' other people you send this book to.')
|
||||
self.INDIVIDUAL_FIX = _('Remove this file')
|
||||
|
||||
def __call__(self, container):
|
||||
container.remove_item(self.name)
|
||||
return True
|
||||
|
||||
|
||||
def check_links(container):
|
||||
|
|
|
|||
Loading…
Reference in a new issue