mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Ensure that the book list gets the keyboard focus on startup instead of Quickview
This commit is contained in:
parent
5258c53bd3
commit
5dbf65c1ad
@ -449,6 +449,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
|
||||
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…
x
Reference in New Issue
Block a user