mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 18:53:47 +02:00
Fix window hiding bug.
This commit is contained in:
parent
648fcaba99
commit
1786ca812c
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ def __init__(self, listener, opts, actions, parent=None):
|
|||
self.card_a_view.connect_dirtied_signal(self.upload_booklists)
|
||||
self.card_b_view.connect_dirtied_signal(self.upload_booklists)
|
||||
|
||||
self.show_windows()
|
||||
self.show()
|
||||
if self.system_tray_icon.isVisible() and opts.start_in_tray:
|
||||
self.hide_windows()
|
||||
self.stack.setCurrentIndex(0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue