mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix bug that caused preferences->behavior to not show the output format set by the welcome wizard, and instead default to showing epub
This commit is contained in:
parent
36fba3beac
commit
0a05ba617a
@ -51,7 +51,7 @@ class Device(object):
|
||||
@classmethod
|
||||
def set_output_format(cls):
|
||||
if cls.output_format:
|
||||
prefs.set('output_format', cls.output_format)
|
||||
prefs.set('output_format', cls.output_format.lower())
|
||||
|
||||
@classmethod
|
||||
def commit(cls):
|
||||
|
Loading…
x
Reference in New Issue
Block a user