mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 22:02:59 +02:00
Properly port in_paged_mode
This commit is contained in:
parent
46295bb17f
commit
994befe846
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ def migrate_previous_viewer_prefs():
|
|||
cps['landscape'] = cp
|
||||
if cps['portrait'] or cps['landscape']:
|
||||
sd['columns_per_screen'] = cps
|
||||
if not vprefs['in_paged_mode']:
|
||||
if vprefs.get('in_paged_mode') is False:
|
||||
sd['read_mode'] = 'flow'
|
||||
|
||||
new_prefs.set('session_data', sd)
|
||||
|
|
|
|||
Loading…
Reference in a new issue