fix: convert markdown button to emoji format
- Change fullPageRaw button from text to emoji + tooltip format
- Use 📝 emoji for markdown conversion functionality
- Follows same pattern as other action buttons
This commit is contained in:
parent
a5e135eca6
commit
9407f157bc
1 changed files with 2 additions and 1 deletions
|
|
@ -767,7 +767,8 @@ async function openUncloseaiEmbeddedModalNew() {
|
|||
},
|
||||
},
|
||||
{
|
||||
text: getUIText("fullPageRaw"),
|
||||
emoji: "📝",
|
||||
tooltip: getUIText("fullPageRaw"),
|
||||
action: async () => {
|
||||
try {
|
||||
// Get the entire page HTML
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue