web: remove spellcheck toggle from note context menu

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2025-11-13 09:49:47 +05:00
committed by Abdullah Atta
parent 257ac8962c
commit 8189b2ead8

View File

@@ -421,16 +421,6 @@ export const noteMenuItems: (
onClick: () => store.archive(!note.archived, ...ids),
multiSelect: true
},
{
type: "button",
key: "spellcheck",
title: strings.spellCheck(),
isChecked: note.spellcheck,
icon: SpellCheck.path,
isHidden: IS_DESKTOP_APP && !useSpellChecker.getState().enabled,
onClick: () => store.spellcheck(!note.spellcheck, ...ids),
multiSelect: true
},
{ key: "sep1", type: "separator" },
{
type: "button",