mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-15 22:36:23 +00:00
14 lines
745 B
HTML
14 lines
745 B
HTML
#include zen-media-player.inc.xhtml
|
|
<toolbar brighttext="true"
|
|
id="zen-sidebar-bottom-buttons"
|
|
fullscreentoolbar="true"
|
|
class="browser-toolbar customization-target zen-dont-hide-on-fullscreen"
|
|
data-l10n-id="tabs-toolbar"
|
|
customizable="true"
|
|
skipintoolbarset="true"
|
|
context="toolbar-context-menu"
|
|
mode="icons">
|
|
<toolbarbutton removable="true" class="chromeclass-toolbar-additional toolbarbutton-1 zen-sidebar-action-button" id="zen-expand-sidebar-button" data-l10n-id="sidebar-zen-expand" cui-areatype="toolbar" oncommand="gZenVerticalTabsManager.toggleExpand();"></toolbarbutton>
|
|
<toolbarbutton id="zen-workspaces-button" class="chromeclass-toolbar-additional" overflows="false" removable="false"></toolbarbutton>
|
|
</toolbar>
|