fix(desktop): wrong separator in spellcheck context menu

This commit is contained in:
Elian Doran 2025-09-22 19:59:45 +03:00
parent 5e4d403556
commit ed8df51216
No known key found for this signature in database

View File

@ -37,7 +37,7 @@ function setupContextMenu() {
handler: () => webContents.session.addWordToSpellCheckerDictionary(params.misspelledWord)
});
items.push({ title: `----` });
items.push({ kind: "separator" });
}
if (params.isEditable) {