mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 11:07:11 +01:00
Ensure that the book list gets the keyboard focus on startup instead of Quickview
This commit is contained in:
parent
5258c53bd3
commit
5dbf65c1ad
1 changed files with 1 additions and 0 deletions
|
|
@ -449,6 +449,7 @@ def start_quickview(self):
|
|||
prints('Starting QuickView')
|
||||
qv.qv_button.restore_state()
|
||||
self.save_layout_state()
|
||||
self.library_view.setFocus(Qt.OtherFocusReason)
|
||||
|
||||
def show_gui_debug_msg(self):
|
||||
info_dialog(self, _('Debug mode'), '<p>' +
|
||||
|
|
|
|||
Loading…
Reference in a new issue