[feat] Adds Document> Auto-save book metadata sub-menu (#5687)

Replaces DAUTO_SAVE_PAGING_COUNT in defaults.lua with
a new option available in menu, that allows setting
an interval in minutes instead of a page count.
This commit is contained in:
poire-z
2020-01-01 12:27:51 +01:00
committed by Frans de Jonge
parent d647c62c67
commit 908151a3b0
5 changed files with 107 additions and 25 deletions

View File

@@ -197,7 +197,8 @@ DMINIBAR_FONT_SIZE = 14
--DMINIBAR_HEIGHT = 7 -- Should be smaller than DMINIBAR_CONTAINER_HEIGHT
-- change this to any numerical value if you want to automatically save settings when turning pages
DAUTO_SAVE_PAGING_COUNT = nil
-- no longer needed (now available in menu as an interval in minutes)
-- DAUTO_SAVE_PAGING_COUNT = nil
-- dictionary font size
-- no longer needed