remove "hide included images" feature since with attachments it's no longer necessary

This commit is contained in:
zadam
2023-03-24 09:17:17 +01:00
parent 5cc5859211
commit 0b270ee87a
6 changed files with 4 additions and 31 deletions

View File

@@ -136,8 +136,7 @@ function isAllowed(name) {
return ALLOWED_OPTIONS.has(name)
|| name.startsWith("keyboardShortcuts")
|| name.endsWith("Collapsed")
|| name.startsWith("hideArchivedNotes")
|| name.startsWith("hideIncludedImages");
|| name.startsWith("hideArchivedNotes");
}
module.exports = {