Output when GUI main window is shown

This commit is contained in:
Kovid Goyal 2023-12-01 23:02:48 +05:30
parent 82826f9207
commit 2a324bc35d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -446,6 +446,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
if do_hide_windows:
self.hide_windows()
if show_gui:
timed_print('GUI main window shown')
self.show()
# Force repaint of the book details splitter because it otherwise ends
# up with the wrong size. I don't know why.