Support Downgrade and Delete operations at the same time (close #7682)

This commit is contained in:
Quincy Morgan
2020-09-28 17:19:40 -04:00
parent 16325740f0
commit 61e2d20348
2 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ export function operationDowngrade(context, selectedIDs) {
operation.id = 'downgrade';
operation.keys = [uiCmd('⌘⌫'), uiCmd('⌘⌦'), uiCmd('⌦')];
operation.keys = [uiCmd('')];
operation.title = t('operations.downgrade.title');
operation.behavior = behaviorOperation(context).which(operation);