hotfix to avoid syntax error
This commit is contained in:
parent
97c527ac0b
commit
12212ff54a
2 changed files with 3 additions and 1 deletions
|
|
@ -10,6 +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;
|
||||||
|
|
||||||
#### Removed preferences
|
#### Removed preferences
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,9 @@
|
||||||
* the answers to the most common questions can be found at https://librewolf.net/docs/faq/.
|
* the answers to the most common questions can be found at https://librewolf.net/docs/faq/.
|
||||||
*
|
*
|
||||||
* 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.
|
||||||
*/
|
*/
|
||||||
lockpref("librewolf.cfg.version", "7.2");
|
pref("librewolf.cfg.version", "7.2");
|
||||||
|
|
||||||
|
|
||||||
/** INDEX
|
/** INDEX
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue