From 46b8f01b196ece9ab8f2718698d607838962718e Mon Sep 17 00:00:00 2001 From: contributor Date: Wed, 22 Oct 2025 14:45:31 +0300 Subject: [PATCH] only show "Open note on server" for electron app --- apps/client/src/widgets/ribbon/NoteActions.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/ribbon/NoteActions.tsx b/apps/client/src/widgets/ribbon/NoteActions.tsx index a47e44c5f..41894789c 100644 --- a/apps/client/src/widgets/ribbon/NoteActions.tsx +++ b/apps/client/src/widgets/ribbon/NoteActions.tsx @@ -84,7 +84,9 @@ function NoteContextMenu({ note, noteContext }: { note: FNote, noteContext?: Not - + {(syncServerHost && isElectron) && + + }