revert previous commit and fix actual syntax error
This commit is contained in:
parent
12212ff54a
commit
441d1f91e5
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ Setting versions are documented using the pref `librewolf.cfg.version`, availabl
|
||||||
**References**:
|
**References**:
|
||||||
|
|
||||||
- hide Firefox View til reviewed, see https://gitlab.com/librewolf-community/browser/source/-/issues/78;
|
- hide Firefox View til reviewed, see https://gitlab.com/librewolf-community/browser/source/-/issues/78;
|
||||||
- unlock setting version, to avoid file corruption;
|
- hotfix for syntax error;
|
||||||
|
|
||||||
#### Removed preferences
|
#### Removed preferences
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
* WARNING: make sure the first line of this file is empty. this is a known bug.
|
* WARNING: make sure the first line of this file is empty. this is a known bug.
|
||||||
* WARNING: do not lock below pref, otherwise the file will be corrupted.
|
* WARNING: do not lock below pref, otherwise the file will be corrupted.
|
||||||
*/
|
*/
|
||||||
pref("librewolf.cfg.version", "7.2");
|
lockPref("librewolf.cfg.version", "7.2");
|
||||||
|
|
||||||
|
|
||||||
/** INDEX
|
/** INDEX
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue