mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix penultimate cfi being saved on exit
This commit is contained in:
parent
0ce7e45327
commit
d9d20f0310
@ -703,8 +703,8 @@ class View:
|
|||||||
# type anything into text boxes.
|
# type anything into text boxes.
|
||||||
# See https://bugs.chromium.org/p/chromium/issues/detail?id=404315
|
# See https://bugs.chromium.org/p/chromium/issues/detail?id=404315
|
||||||
return
|
return
|
||||||
ui_operations.update_url_state(data.replace_history)
|
|
||||||
username = self.update_cfi_data(data)
|
username = self.update_cfi_data(data)
|
||||||
|
ui_operations.update_url_state(data.replace_history)
|
||||||
if username:
|
if username:
|
||||||
key = self.book.key
|
key = self.book.key
|
||||||
lrd = {'device':get_device_uuid(), 'cfi':data.cfi, 'pos_frac':data.progress_frac}
|
lrd = {'device':get_device_uuid(), 'cfi':data.cfi, 'pos_frac':data.progress_frac}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user