Skip to content

Commit

Permalink
Fixed a misspelling and changed a annoying accelrator
Browse files Browse the repository at this point in the history
  • Loading branch information
sunflowr committed Nov 20, 2019
1 parent 582c283 commit 1b235a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ See [LICENSE](LICENSE)
## Links

- [RE-CPU](https://github.com/sunflowr/recpu/) the RE-CPU project.
- [PixieDust Online](http://sunflowr.github.io/pixiedust/) onlinve version of PixieDust.
- [PixieDust Online](http://sunflowr.github.io/pixiedust/) online version of PixieDust.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function setMainMenu() {
},
{
label: "SysEx tool",
accelerator: "CmdOrCtrl+C",
accelerator: "CmdOrCtrl+S",
click() {
win.webContents.send("navigate", "/sysextool");
}
Expand Down
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const routes = [
index: 2,
icon: 'mdi-file-export',
title: 'SysEx Tool',
accelerator: "CmdOrCtrl+C"
accelerator: "CmdOrCtrl+S"
},
// route level code-splitting
// this generates a separate chunk (about.[hash].js) for this route
Expand Down

0 comments on commit 1b235a3

Please sign in to comment.