allow configuring the time period before deleted notes are erased (and changed the default to 7 days)

This commit is contained in:
zadam
2020-01-03 22:32:49 +01:00
parent 1699646b39
commit 54d89a9f47
4 changed files with 46 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ const attributes = require('../../services/attributes');
// options allowed to be updated directly in options dialog
const ALLOWED_OPTIONS = new Set([
'eraseNotesAfterTimeInSeconds',
'protectedSessionTimeout',
'noteRevisionSnapshotTimeInterval',
'zoomFactor',