small refactorings of auto readonly size

This commit is contained in:
zadam
2021-09-20 21:12:35 +02:00
parent b85cf07a28
commit 9c9a3fc030
4 changed files with 21 additions and 21 deletions

View File

@@ -43,8 +43,8 @@ const ALLOWED_OPTIONS = new Set([
'similarNotesExpanded',
'headingStyle',
'autoCollapseNoteTree',
'autoReadonlySize',
'autoCodeReadonlySize'
'autoReadonlySizeText',
'autoReadonlySizeCode'
]);
function getOptions() {