mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 02:59:03 +01:00
fix(desktop): wrong separator in spellcheck context menu
This commit is contained in:
parent
5e4d403556
commit
ed8df51216
@ -37,7 +37,7 @@ function setupContextMenu() {
|
||||
handler: () => webContents.session.addWordToSpellCheckerDictionary(params.misspelledWord)
|
||||
});
|
||||
|
||||
items.push({ title: `----` });
|
||||
items.push({ kind: "separator" });
|
||||
}
|
||||
|
||||
if (params.isEditable) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user