mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
deada5306f
commit
73ac57f03d
@ -149,6 +149,8 @@ def apply_view_mode(mode=DEFAULT_MODE):
|
||||
|
||||
def update_fetching_status():
|
||||
more = component('more_button')
|
||||
if not more:
|
||||
return
|
||||
if book_list_data.fetching_more_books:
|
||||
more.firstChild.style.display = 'none'
|
||||
more.lastChild.style.display = 'block'
|
||||
|
Loading…
x
Reference in New Issue
Block a user