Skip to content

Commit

Permalink
feat: remove some options from the context menu (#323)
Browse files Browse the repository at this point in the history
## Motivation

<!-- List motivation and changes here -->

## Issues closed

<!-- List closed issues here -->
  • Loading branch information
pixelass authored May 27, 2024
1 parent 4a8b92f commit 4aeebeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/electron/helpers/core-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ if (gotTheLock || isTest) {
contextMenu({
showSaveImageAs: true,
showSearchWithGoogle: false,
showLearnSpelling: false,
showLookUpSelection: false,
showSelectAll: false,
});

app.commandLine.appendSwitch("enable-smooth-scrolling");
Expand Down

0 comments on commit 4aeebeb

Please sign in to comment.