mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 01:16:35 +00:00
feat: Add Essentials Toolbar
This commit introduces a new Essentials Toolbar feature to Zen. It provides a more streamlined and organized way for users to access frequently used bookmakrs directly from the sidebar. - Added `ZenEssentialsToolbar.mjs` to provide the logic for the toolbar. - Updated the sidebar CSS (`zen-sidebar.css`) to style the Essentials Toolbar. - Modified `ZenStartup.mjs` to initialize the Essentials Toolbar. - Made changes to `browserPlacesViews-js.patch` to integrate with existing bookmark functionality. - Added a new preference `zen.essentials.enabled` to enable/disable the Essentials Toolbar.
This commit is contained in:
@@ -1099,5 +1099,10 @@ Preferences.addAll([
|
||||
id: "zen.view.compact.color-sidebar",
|
||||
type: "bool",
|
||||
default: true,
|
||||
},
|
||||
{
|
||||
id: "zen.essentials.enabled",
|
||||
type: "bool",
|
||||
default: true,
|
||||
}
|
||||
]);
|
||||
|
Reference in New Issue
Block a user