Skip to content

Commit

Permalink
clipper: added config settings for images
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamuh committed Aug 14, 2024
1 parent 4e5762b commit 1d38fde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/web-clipper/src/views/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ export async function clip(
};
}

settings.images = true;
settings.inlineImages = true;
return await browser.tabs.sendMessage(tab.id, {
type: "clip",
mode,
Expand Down

0 comments on commit 1d38fde

Please sign in to comment.