Fixed browser panels, they are not tabs anymore

This commit is contained in:
Mauro Balades
2024-04-27 16:46:57 +02:00
parent d3a8fc192f
commit 8bdda39c35
12 changed files with 200 additions and 26 deletions

View File

@@ -139,5 +139,5 @@ pref('dom.security.sanitizer.enabled', true);
//pref("browser.profiles.enabled", true);
// Zen Sidebar
pref('zen.sidebar.data', "{\"data\":{\"p1\":{\"url\":\"https://google.com\"}},\"index\":[\"p1\"]}");
pref('zen.sidebar.data', "{\"data\":\n {\"p1\":{\n \"url\":\"https://web.whatsapp.com/\"\n },\n\"p2\":{\n \"url\":\"https://open.spotify.com/\",\n\"ua\": true\n },\n\"p3\": {\n \"url\": \"https://www.youtube.com/\",\n\"ua\": true\n}},\n\"index\":[\"p1\",\"p2\",\"p3\"]\n}");
pref('zen.sidebar.enabled', true);