From 8d069fa585ef43126241d058bd46720130ad678a Mon Sep 17 00:00:00 2001 From: fxbrit Date: Tue, 8 Feb 2022 16:40:15 +0100 Subject: [PATCH] make sure first line of .cfg is empty --- librewolf.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/librewolf.cfg b/librewolf.cfg index fd6c7a5..ba48f0c 100755 --- a/librewolf.cfg +++ b/librewolf.cfg @@ -1,7 +1,10 @@ + /** LIBREWOLF SETTINGS * * please take the time to read and understand, but also to customize the settings to find your own setup. * the answers to the most common questions are at this link https://librewolf.net/docs/faq/ + * + * WARNING: please make sure the first line of this file is empty. this is a known bug. */ defaultPref("librewolf.cfg.version", "5.5");