client/note color picker menu item: add a separator to the tree context menu

This commit is contained in:
Adorian Doran 2025-11-18 01:24:05 +02:00
parent 87afc64f16
commit 72051c8660

View File

@ -258,6 +258,8 @@ export default class TreeContextMenu implements SelectMenuItemEventListener<Tree
enabled: notSearch && noSelectedNotes
},
{ kind: "separator"},
{
kind: "custom",
componentFn: () => ColorPickerMenuItem({note})