mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Fix viewer widow size not being restored
This commit is contained in:
parent
bacf2704e0
commit
0e90d6356f
@ -1185,6 +1185,7 @@ class EbookViewer(MainWindow):
|
||||
self.iterator.__exit__(*args)
|
||||
|
||||
def read_settings(self):
|
||||
from calibre.gui2.viewer.config import config
|
||||
c = config().parse()
|
||||
if c.remember_window_size:
|
||||
wg = vprefs.get('viewer_window_geometry', None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user