From b8748b856a84e724e91193061a6376b114b879ba Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 30 Nov 2025 02:34:09 +0200 Subject: [PATCH] client/note menu: use proper style for development-only actions section header --- apps/client/src/widgets/ribbon/NoteActions.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/client/src/widgets/ribbon/NoteActions.tsx b/apps/client/src/widgets/ribbon/NoteActions.tsx index bc191b5d0..7db764c06 100644 --- a/apps/client/src/widgets/ribbon/NoteActions.tsx +++ b/apps/client/src/widgets/ribbon/NoteActions.tsx @@ -1,5 +1,5 @@ import { ConvertToAttachmentResponse } from "@triliumnext/commons"; -import { FormDropdownDivider, FormListItem } from "../react/FormList"; +import { FormDropdownDivider, FormListHeader, FormListItem } from "../react/FormList"; import { isElectron as getIsElectron, isMac as getIsMac } from "../../services/utils"; import { ParentComponent } from "../react/react_utils"; import { t } from "../../services/i18n" @@ -113,8 +113,7 @@ function NoteContextMenu({ note, noteContext }: { note: FNote, noteContext?: Not function DevelopmentActions({ note }: { note: FNote }) { return ( <> - - Development-only Actions + window.open(`/?print=#root/${note.noteId}`, "_blank")}