mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 12:09:02 +01:00
chore(views/board): add icon to menu item
This commit is contained in:
parent
26ee0ff48f
commit
4146192b6d
@ -37,10 +37,12 @@ export function showNoteContextMenu({ $container, api }: ShowNoteContextMenuArgs
|
||||
{ title: "----" },
|
||||
{
|
||||
title: t("board_view.insert-above"),
|
||||
uiIcon: "bx bx-list-plus",
|
||||
handler: () => api.insertRowAtPosition(column, branchId, "before")
|
||||
},
|
||||
{
|
||||
title: t("board_view.insert-below"),
|
||||
uiIcon: "bx bx-empty",
|
||||
handler: () => api.insertRowAtPosition(column, branchId, "after")
|
||||
},
|
||||
{ title: "----" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user