mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-30 23:00:21 -04:00
Hide the bookmarks button until I get around to implementing it
This commit is contained in:
parent
c1e50ae8a8
commit
4eaebb2093
@ -230,7 +230,7 @@ class MainOverlay:
|
|||||||
|
|
||||||
E.ul(
|
E.ul(
|
||||||
ac(_('Table of Contents'), None, self.overlay.show_toc, 'TC', True),
|
ac(_('Table of Contents'), None, self.overlay.show_toc, 'TC', True),
|
||||||
ac(_('Bookmarks'), None, None, 'bookmark'),
|
# ac(_('Bookmarks'), None, None, 'bookmark'),
|
||||||
),
|
),
|
||||||
|
|
||||||
E.ul(
|
E.ul(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user