diff --git a/src/electron/helpers/core-setup.ts b/src/electron/helpers/core-setup.ts index e6567d0ca..6b64b10a9 100644 --- a/src/electron/helpers/core-setup.ts +++ b/src/electron/helpers/core-setup.ts @@ -24,6 +24,9 @@ if (gotTheLock || isTest) { contextMenu({ showSaveImageAs: true, showSearchWithGoogle: false, + showLearnSpelling: false, + showLookUpSelection: false, + showSelectAll: false, }); app.commandLine.appendSwitch("enable-smooth-scrolling");