This commit is contained in:
tevenfeng 2023-05-13 14:06:14 +00:00
parent 691f39833c
commit 45c4470f73

View File

@ -63,8 +63,8 @@ const ALLOWED_OPTIONS = new Set([
'checkForUpdates', 'checkForUpdates',
'disableTray', 'disableTray',
'customSearchEngineName', 'customSearchEngineName',
'customSearchEngineUrl',, 'customSearchEngineUrl',
'openNoteIn' 'openNoteIn',
]); ]);
function getOptions() { function getOptions() {