filemanagerutil: keep archived annotations on resetting

reviewable/pr11563/r20
hius07 3 weeks ago committed by GitHub
parent 138857fb18
commit 0ebc6f2271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -74,11 +74,17 @@ end
function filemanagerutil.resetDocumentSettings(file)
local settings_to_keep = {
annotations = true,
annotations_paging = true,
annotations_rolling = true,
bookmarks = true,
bookmarks_paging = true,
bookmarks_rolling = true,
bookmarks_sorted_20220106 = true,
bookmarks_version = true,
cre_dom_version = true,
highlight = true,
highlight_paging = true,
highlight_rolling = true,
highlights_imported = true,
last_page = true,
last_xpointer = true,

Loading…
Cancel
Save