mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
bulk action dialog converted to widget
This commit is contained in:
@@ -91,7 +91,7 @@ class TreeContextMenu {
|
||||
enabled: notSearch && noSelectedNotes },
|
||||
{ title: "Import into note", command: "importIntoNote", uiIcon: "bx bx-empty",
|
||||
enabled: notSearch && noSelectedNotes },
|
||||
{ title: "Bulk assign attributes", command: "bulkAssignAttributes", uiIcon: "bx bx-empty",
|
||||
{ title: "Bulk actions", command: "bulkActions", uiIcon: "bx bx-empty",
|
||||
enabled: true }
|
||||
].filter(row => row !== null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user