mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Hide the EM button since the EM page is not going to be finished in time for the next release
This commit is contained in:
parent
ed250cfcb7
commit
00693a733f
@ -460,7 +460,7 @@ def add_top_bar_buttons(container_id):
|
|||||||
container = document.getElementById(container_id)
|
container = document.getElementById(container_id)
|
||||||
if container:
|
if container:
|
||||||
clear_buttons(container)
|
clear_buttons(container)
|
||||||
add_button(container, 'edit', action=edit_metadata, tooltip=_('Edit the metadata for this book'))
|
# add_button(container, 'edit', action=edit_metadata, tooltip=_('Edit the metadata for this book'))
|
||||||
add_button(container, 'trash', action=delete_book, tooltip=_('Delete this book'))
|
add_button(container, 'trash', action=delete_book, tooltip=_('Delete this book'))
|
||||||
book_id = parse_url_params().book_id
|
book_id = parse_url_params().book_id
|
||||||
if book_id is '0':
|
if book_id is '0':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user