added option to disable tray, closes #2612

This commit is contained in:
zadam
2022-11-18 21:47:14 +01:00
parent 1a95e459eb
commit 02d908df1e
9 changed files with 45 additions and 27 deletions

View File

@@ -59,7 +59,8 @@ const ALLOWED_OPTIONS = new Set([
'compressImages',
'downloadImagesAutomatically',
'minTocHeadings',
'checkForUpdates'
'checkForUpdates',
'disableTray'
]);
function getOptions() {