There was an error while loading. Please reload this page.
1 parent e6cef68 commit 3c75bfeCopy full SHA for 3c75bfe
1 file changed
src/preload/contextMenu.js
@@ -80,15 +80,13 @@ const createSpellCheckingMenuTemplate = ({
80
? enableSpellCheckingDictionary(dictionaryName)
81
: disableSpellCheckingDictionary(dictionaryName)),
82
})),
83
- ...process.platform !== 'darwin' ? [
84
- {
85
- type: 'separator',
86
- },
87
88
- label: t('contextMenu.browseForLanguage'),
89
- click: handleBrowserForLanguage,
90
91
- ] : [],
+ {
+ type: 'separator',
+ },
+ label: t('contextMenu.browseForLanguage'),
+ click: handleBrowserForLanguage,
92
],
93
},
94
{
0 commit comments