Skip to content

Commit

Permalink
Merge pull request #39 from CS-Eevee/feat/left_col_styling
Browse files Browse the repository at this point in the history
Feat/left col styling
  • Loading branch information
erikguntner authored Aug 17, 2018
2 parents b9c7c31 + c8de40b commit c672622
Show file tree
Hide file tree
Showing 13 changed files with 3,451 additions and 3,352 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"env": {
"browser": true,
"node": true,
"es6": true
"es6": true,
"jest": true
},
"rules": {
"class-methods-use-this": "off"
Expand Down
6 changes: 3 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ const createWindow = () => {
template[2].submenu.push({
type: 'separator',
}, {
label: 'Speech',
submenu: [{ role: 'startspeaking' }, { role: 'stopspeaking' }],
});
label: 'Speech',
submenu: [{ role: 'startspeaking' }, { role: 'stopspeaking' }],
});

// Window menu
template[4].submenu = [
Expand Down
Loading

0 comments on commit c672622

Please sign in to comment.