mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
remove "hide included images" feature since with attachments it's no longer necessary
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user