mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:45:48 +01:00
basic implementation of note tree's config
This commit is contained in:
@@ -110,7 +110,9 @@ async function getUserThemes() {
|
||||
function isAllowed(name) {
|
||||
return ALLOWED_OPTIONS.has(name)
|
||||
|| name.startsWith("keyboardShortcuts")
|
||||
|| name.endsWith("Collapsed");
|
||||
|| name.endsWith("Collapsed")
|
||||
|| name.startsWith("hideArchivedNotes")
|
||||
|| name.startsWith("hideIncludedImages");
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user