chore(hotkeys): Change hotkey command names for Next / Previous Image Viewport
This commit is contained in:
parent
eae9df2c3f
commit
b6eecf8c8f
@ -193,11 +193,11 @@ Meteor.startup(function() {
|
||||
disabled: () => !canMoveDisplaySets(true)
|
||||
},
|
||||
nextPanel: {
|
||||
name: 'Next Panel',
|
||||
name: 'Next Image Viewport',
|
||||
action: () => panelNavigation.loadNextActivePanel()
|
||||
},
|
||||
previousPanel: {
|
||||
name: 'Previous Panel',
|
||||
name: 'Previous Image Viewport',
|
||||
action: () => panelNavigation.loadPreviousActivePanel()
|
||||
}
|
||||
}, true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user