diff --git a/assets/patches.txt b/assets/patches.txt index 4a83765..61b9f22 100644 --- a/assets/patches.txt +++ b/assets/patches.txt @@ -13,6 +13,7 @@ patches/sed-patches/remove-internal-plugin-certs.patch patches/sed-patches/stop-undesired-requests2.patch patches/ui-patches/handlers.patch patches/ui-patches/hide-default-browser.patch +patches/ui-patches/lw-logo-devtools.patch patches/ui-patches/pref-naming.patch patches/ui-patches/privacy-preferences.patch patches/ui-patches/remap-links.patch diff --git a/patches/ui-patches/lw-logo-devtools.patch b/patches/ui-patches/lw-logo-devtools.patch new file mode 100644 index 0000000..5362655 --- /dev/null +++ b/patches/ui-patches/lw-logo-devtools.patch @@ -0,0 +1,37 @@ +--- a/devtools/client/aboutdebugging/src/actions/runtimes.js ++++ b/devtools/client/aboutdebugging/src/actions/runtimes.js +@@ -71,9 +71,7 @@ async function getRuntimeIcon(runtime, channel) { + } + } + +- return channel === "release" || channel === "beta" || channel === "aurora" +- ? `chrome://devtools/skin/images/aboutdebugging-firefox-${channel}.svg` +- : "chrome://devtools/skin/images/aboutdebugging-firefox-nightly.svg"; ++ return "chrome://devtools/skin/images/aboutdebugging-firefox-librewolf.svg"; + } + + function onRemoteDevToolsClientClosed() { +--- a/devtools/client/jar.mn ++++ b/devtools/client/jar.mn +@@ -374,6 +374,7 @@ devtools.jar: + skin/images/aboutdebugging-firefox-logo.svg (themes/images/aboutdebugging-firefox-logo.svg) + skin/images/aboutdebugging-firefox-nightly.svg (themes/images/aboutdebugging-firefox-nightly.svg) + skin/images/aboutdebugging-firefox-release.svg (themes/images/aboutdebugging-firefox-release.svg) ++ skin/images/aboutdebugging-firefox-librewolf.svg (themes/images/aboutdebugging-firefox-librewolf.svg) + skin/images/aboutdebugging-globe-icon.svg (themes/images/aboutdebugging-globe-icon.svg) + skin/images/aboutdebugging-information.svg (themes/images/aboutdebugging-information.svg) + skin/images/aboutdebugging-process-icon.svg (themes/images/aboutdebugging-process-icon.svg) +--- /dev/null ++++ b/devtools/client/themes/images/aboutdebugging-firefox-librewolf.svg +@@ -0,0 +1 @@ ++ +--- a/devtools/client/themes/images/aboutdebugging-firefox-logo.svg ++++ b/devtools/client/themes/images/aboutdebugging-firefox-logo.svg +@@ -1,6 +1 @@ +- +- +- +- ++