From 960f611d1d93cd5de882fe2c8a4f07536de18aa6 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 23 Jun 2017 06:42:17 +1200 Subject: [PATCH] Updated 1.1 Overview (markdown) --- 1.1-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.1-Overview.md b/1.1-Overview.md index f02ec24..22d5d05 100644 --- a/1.1-Overview.md +++ b/1.1-Overview.md @@ -26,7 +26,7 @@ Here is how it basically works: * All values stored in `prefs.js`, even if they are the default value, will be denoted as status `user set` * If you set a value to a `user set` value, it is stored in `prefs.js` * If you reset a value to `default`, it is removed from `prefs.js` - * If you reset a `hidden preference` to default, the value will be blank, and assuming it is not applied again from a `user.js`, it will then vanish on the next restart + * If you reset a `hidden preference` to default, the value will be blank, and assuming it is not applied again from a `user.js`, it will then vanish on the next about:config reload tl;dr: firefox starts :arrow_right: user.js active preferences :arrow_right: prefs.js :left_right_arrow: `about:config` .. with caveats