mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-26 13:34:52 +01:00
Hide the bookmarks button until I get around to implementing it
This commit is contained in:
parent
c1e50ae8a8
commit
4eaebb2093
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ def ac(text, tooltip, action, icon, is_text_button):
|
|||
|
||||
E.ul(
|
||||
ac(_('Table of Contents'), None, self.overlay.show_toc, 'TC', True),
|
||||
ac(_('Bookmarks'), None, None, 'bookmark'),
|
||||
# ac(_('Bookmarks'), None, None, 'bookmark'),
|
||||
),
|
||||
|
||||
E.ul(
|
||||
|
|
|
|||
Loading…
Reference in a new issue