diff --git a/build/flatpak/app.zen_browser.zen.yml.template b/build/flatpak/app.zen_browser.zen.yml.template index 821b0f1e6..d18329c46 100644 --- a/build/flatpak/app.zen_browser.zen.yml.template +++ b/build/flatpak/app.zen_browser.zen.yml.template @@ -7,7 +7,7 @@ base-version: '24.08' add-extensions: org.freedesktop.Platform.ffmpeg-full: directory: lib/ffmpeg - version: '24.08.26' + version: '24.08' add-ld-path: . app.zen_browser.zen.systemconfig: directory: etc/zen diff --git a/src/zen/urlbar/ZenUBGlobalActions.sys.mjs b/src/zen/urlbar/ZenUBGlobalActions.sys.mjs index 8418e14be..5f09607d4 100644 --- a/src/zen/urlbar/ZenUBGlobalActions.sys.mjs +++ b/src/zen/urlbar/ZenUBGlobalActions.sys.mjs @@ -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',