Skip to content

Commit

Permalink
once again, formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tessus authored and ckerr committed Feb 26, 2023
1 parent 81eadfa commit 2b57661
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web/src/action-manager.js
Expand Up @@ -38,11 +38,10 @@ export class ActionManager extends EventTarget {
text: 'Resume',
},
'resume-selected-torrents-now': { enabled: false, text: 'Resume now' },
'select-all':
{
'select-all': {
enabled: false,
shortcut: 'Control+A',
text: 'Select all'
text: 'Select all',
},
'show-about-dialog': { enabled: true, text: 'About' },
'show-inspector': {
Expand Down

0 comments on commit 2b57661

Please sign in to comment.