Kap
Kap copied to clipboard
feat: add missing formats to copy to clipboard plugin
This PR adds webm, av1, and hevc to the list of supported formats in the "Copy to Clipboard" plugin.
Issue Previously, the "Copy to Clipboard" option was missing from the export menu when webm, av1, or hevc formats were selected. This was inconsistent with other formats like mp4 and gif.
Fix Updated the formats array in main/plugins/built-in/copy-to-clipboard-plugin.ts to include the missing formats. This ensures the "Copy to Clipboard" option appears for all supported video export types.
Verification
-
Verified that the formats list now includes all relevant video formats.
-
Users should now see the "Copy to Clipboard" option when exporting to webm, av1, or hevc.