Hide the bookmarks button until I get around to implementing it

This commit is contained in:
Kovid Goyal 2017-05-10 16:20:31 +05:30
parent c1e50ae8a8
commit 4eaebb2093
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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(