mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-01 15:13:04 +02:00
A bunch of tweaks
This commit is contained in:
@@ -24,7 +24,7 @@ export function RequestActionsDropdown({ requestId, children }: Props) {
|
||||
label: 'Duplicate',
|
||||
onSelect: duplicateRequest.mutate,
|
||||
leftSlot: <Icon icon="copy" />,
|
||||
rightSlot: <HotKey>⌘D</HotKey>,
|
||||
rightSlot: <HotKey modifier="Meta" keyName="D" />,
|
||||
},
|
||||
{
|
||||
label: 'Delete',
|
||||
|
||||
Reference in New Issue
Block a user