Skip to content

Commit

Permalink
fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
tessus committed Feb 26, 2023
1 parent 791d830 commit a9b1d57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/src/action-manager.js
Expand Up @@ -38,7 +38,12 @@ export class ActionManager extends EventTarget {
text: 'Resume',
},
'resume-selected-torrents-now': { enabled: false, text: 'Resume now' },
'select-all': { enabled: false, shortcut: 'Control+A', text: 'Select all' },
'select-all':
{
enabled: false,
shortcut: 'Control+A',
text: 'Select all'
},
'show-about-dialog': { enabled: true, text: 'About' },
'show-inspector': {
enabled: false,
Expand Down

0 comments on commit a9b1d57

Please sign in to comment.