mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 17:36:34 +00:00
Fixed initial sidebar data
This commit is contained in:
@@ -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\"]}");
|
||||
|
@@ -1,4 +1,3 @@
|
||||
const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm");
|
||||
|
||||
export var ZenSidebarManager = {
|
||||
init() {
|
||||
|
Reference in New Issue
Block a user