Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/ui #147

Merged
merged 20 commits into from
Jun 15, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP
  • Loading branch information
ganeshrvel committed Jun 15, 2020
commit 0c92a8d1cf9f51531ed1a3c5685beda10c622f55
2 changes: 1 addition & 1 deletion app/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default class MenuBuilder {
{ type: 'separator' },
{
label: 'Quit',
accelerator: 'Command+Alt+Q',
accelerator: 'Command+Q',
click: () => {
app.quit();
}
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@
"@material-ui/icons": "^4.5.1",
"bluebird": "^3.7.2",
"classnames": "^2.2.6",
"core-js": "^3.6.4",
"dotenv": "^8.2.0",
"electron-debug": "^3.0.1",
"electron-ga": "^1.0.6",
Expand All @@ -172,7 +171,7 @@
"hotkeys-js": "^3.7.3",
"junk": "^3.1.0",
"lodash": "^4.17.15",
"milligram": "^1.3.0",
"milligram": "1.3.0",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
Expand Down