mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1451573bc8
commit
5d2f5bd56e
@ -383,6 +383,7 @@ def choose_program(file_type='jpeg', parent=None, prefs=oprefs):
|
|||||||
entry = choose_manually(file_type, parent) if d.select_manually else d.selected_entry
|
entry = choose_manually(file_type, parent) if d.select_manually else d.selected_entry
|
||||||
if entry is not None:
|
if entry is not None:
|
||||||
entry = finalize_entry(entry)
|
entry = finalize_entry(entry)
|
||||||
|
entry['keyboard_shortcut'] = None
|
||||||
entries = oprefs['entries']
|
entries = oprefs['entries']
|
||||||
if file_type not in entries:
|
if file_type not in entries:
|
||||||
entries[file_type] = []
|
entries[file_type] = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user