mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 18:53:23 +02:00
Do not always start with inspector window closed
This commit is contained in:
parent
7e49bd7983
commit
fcb09e8628
1 changed files with 0 additions and 2 deletions
|
|
@ -451,8 +451,6 @@ def restore_state(self):
|
|||
if state is not None:
|
||||
self.restoreState(state, self.STATE_VERSION)
|
||||
self.central.restore_state()
|
||||
# We never want to start with the inspector showing
|
||||
self.inspector_dock.close()
|
||||
|
||||
def contextMenuEvent(self, ev):
|
||||
ev.ignore()
|
||||
|
|
|
|||
Loading…
Reference in a new issue