mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Do not always start with inspector window closed
This commit is contained in:
parent
7e49bd7983
commit
fcb09e8628
@ -451,8 +451,6 @@ class Main(MainWindow):
|
|||||||
if state is not None:
|
if state is not None:
|
||||||
self.restoreState(state, self.STATE_VERSION)
|
self.restoreState(state, self.STATE_VERSION)
|
||||||
self.central.restore_state()
|
self.central.restore_state()
|
||||||
# We never want to start with the inspector showing
|
|
||||||
self.inspector_dock.close()
|
|
||||||
|
|
||||||
def contextMenuEvent(self, ev):
|
def contextMenuEvent(self, ev):
|
||||||
ev.ignore()
|
ev.ignore()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user