added options to disable auto-opening of promoted attributes and edited notes ribbon tabs, closes #4151

This commit is contained in:
zadam
2023-08-09 22:50:41 +02:00
parent 4240da349d
commit a9cdd93cb4
6 changed files with 49 additions and 5 deletions

View File

@@ -55,7 +55,9 @@ const ALLOWED_OPTIONS = new Set([
'eraseUnusedAttachmentsAfterSeconds',
'disableTray',
'customSearchEngineName',
'customSearchEngineUrl'
'customSearchEngineUrl',
'promotedAttributesOpenInRibbon',
'editedNotesOpenInRibbon'
]);
function getOptions() {