fix: Change icon for 'Copy Current URL' action, p=#11018

This PR simply changes the icon of 'Copy Current URL' action to match the one used in the new 'Copy URL' button in the URL Bar

Signed-off-by: p-sage <171166538+p-sage@users.noreply.github.com>
This commit is contained in:
p-sage
2025-10-25 21:11:01 +02:00
committed by GitHub
parent 8df8a1e657
commit 7902dfb3ef

View File

@@ -30,7 +30,7 @@ const globalActionsTemplate = [
{
label: 'Copy Current URL',
command: 'cmd_zenCopyCurrentURL',
icon: 'chrome://browser/skin/zen-icons/edit-copy.svg',
icon: 'chrome://browser/skin/zen-icons/link.svg',
},
{
label: 'Settings',