diff --git a/src/pyj/read_book/overlay.pyj b/src/pyj/read_book/overlay.pyj index 76fbc8940d..919ad134df 100644 --- a/src/pyj/read_book/overlay.pyj +++ b/src/pyj/read_book/overlay.pyj @@ -331,9 +331,6 @@ class MainOverlay: # {{{ window.setTimeout(self.overlay.view.toggle_autoscroll, 0) , 'auto-scroll')) - if full_screen_actions.length: - actions_div.appendChild(E.ul(*full_screen_actions)) - actions_div.appendChild(E.ul( ac(_('Read aloud'), _('Read the book aloud'), def(): self.overlay.hide() @@ -341,6 +338,9 @@ class MainOverlay: # {{{ , 'bullhorn') )) + if full_screen_actions.length: + actions_div.appendChild(E.ul(*full_screen_actions)) + no_selection_bar = not sd.get('show_selection_bar') if runtime.is_standalone_viewer: if no_selection_bar: