From 7c9b1af3cb81d12d337431d5ab5c087eeffcde17 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 29 Oct 2023 17:17:02 +0100 Subject: [PATCH] fix readme --- patches/pref-pane/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/patches/pref-pane/README.md b/patches/pref-pane/README.md index bfa5a63..32f2659 100644 --- a/patches/pref-pane/README.md +++ b/patches/pref-pane/README.md @@ -1,14 +1,14 @@ -category-librewolf.svg --> browser/themes/shared/preferences/category-librewolf.svg +### overview: +* This folder replaces the original big pref-pane.patch, the original patch is moved into the `patches/removed-patches` folder. +* This new solution should make it much easier for everyone to edit the librewolf preferences. -librewolf.css --> browser/themes/shared/preferences/librewolf.css +### new files, these contain all the logic for the pref-pane: -librewolf.inc.xhtml --> browser/components/preferences/librewolf.inc.xhtml +* category-librewolf.svg -> browser/themes/shared/preferences/category-librewolf.svg +* librewolf.css -> browser/themes/shared/preferences/librewolf.css +* librewolf.inc.xhtml -> browser/components/preferences/librewolf.inc.xhtml +* librewolf.js -> browser/components/preferences/librewolf.js -librewolf.js --> browser/components/preferences/librewolf.js +### appending these string values to the original preferences.ftl: -preferences.ftl --- append to --> browser/locales/en-US/browser/preferences.ftl +* preferences.ftl -- append to --> browser/locales/en-US/browser/preferences/preferences.ftl