Fixed initial sidebar data

This commit is contained in:
Mauro Balades
2024-04-25 19:30:01 +02:00
parent 120f4a208e
commit 6b059ef134
2 changed files with 1 additions and 2 deletions

View File

@@ -138,4 +138,4 @@ pref('dom.security.sanitizer.enabled', true);
// Pref to enable the new profiles (TODO: Check this out!)
//pref("browser.profiles.enabled", true);
pref('zen.sidebar.data', "{\"data\":{\"p1\":{\"url\":\"https://google.com\",},},\"index\":[\"p1\",]}");
pref('zen.sidebar.data', "{\"data\":{\"p1\":{\"url\":\"https://google.com\"}},\"index\":[\"p1\"]}");

View File

@@ -1,4 +1,3 @@
const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
export var ZenSidebarManager = {
init() {