From 47060e112a49069fce42aa093ab97eda6298bef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Wed, 26 Jan 2022 11:40:27 +0100 Subject: [PATCH] fix error in ubo patch --- patches/custom-ubo-assets-bootstrap-location.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/custom-ubo-assets-bootstrap-location.patch b/patches/custom-ubo-assets-bootstrap-location.patch index 9678c4b..81a703f 100644 --- a/patches/custom-ubo-assets-bootstrap-location.patch +++ b/patches/custom-ubo-assets-bootstrap-location.patch @@ -4,7 +4,7 @@ let data = await lookup; if (!data) { -+ const assetsBootstrapLocation = Services.prefs.getBoolPref("librewolf.uBO.assetsBootstrapLocation", undefined); ++ const assetsBootstrapLocation = Services.prefs.getStringPref("librewolf.uBO.assetsBootstrapLocation", undefined); + if (extension.id == "uBlock0@raymondhill.net" && assetsBootstrapLocation) { + return { + adminSettings: {