I've had a similar problem - changing the layout view option to show the cover browser then changing it back to not showing cover browser wouldn't save, now everytime I start up calibre it opens with the cover browser showing no matter how many times I disable it. Finally sorted it by looking at the gui.json file in the calibre preferences folder (I'm on macos) and manually editing this file so that the lines:
cover_browser_splitter_horizontal_state": [
true,
and
cover_browser_splitter_vertical_state": [
true,
are changed to false.
For some reason this file doesn't appear to be updating these changes automatically.. Perhaps @Kovidgoyal could look at this ?
|