diff --git a/src/app/WardrobePage/OutfitControls.js b/src/app/WardrobePage/OutfitControls.js index 23d7cd8..4326334 100644 --- a/src/app/WardrobePage/OutfitControls.js +++ b/src/app/WardrobePage/OutfitControls.js @@ -158,6 +158,18 @@ function OutfitControls({ setFocusIsLocked(true); } }} + onContextMenuCapture={() => { + if (!toast.isActive("outfit-controls-context-menu-hint")) { + toast({ + id: "outfit-controls-context-menu-hint", + title: + "By the way, to save this image, use the Download button!", + description: "It's in the top right of the preview area.", + duration: 10000, + isClosable: true, + }); + } + }} data-test-id="wardrobe-outfit-controls" >