Skip to content

Commit

Permalink
menu reword
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Jul 4, 2019
1 parent 14aa50f commit a749b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Expand Up @@ -856,13 +856,13 @@ function menu_build() {
}
},
{
label: "Clear searchmoves",
label: "Clear focus",
click: () => {
win.webContents.send("call", "clear_searchmoves");
}
},
{
label: "Invert searchmoves",
label: "Invert focus",
accelerator: "CommandOrControl+I",
click: () => {
win.webContents.send("call", "invert_searchmoves");
Expand Down

0 comments on commit a749b6e

Please sign in to comment.