mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-21 01:02:44 +00:00
25 lines
831 B
HTML
25 lines
831 B
HTML
<toolbar brighttext="true"
|
|
id="zen-sidebar-icons-wrapper"
|
|
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 id="zen-profile-button"
|
|
class="zen-sidebar-action-button toolbarbutton-1 chromeclass-toolbar-additional"
|
|
delegatesanchor="true"
|
|
onmousedown="ZenProfileDialogUI.showSubView(this, event)"
|
|
onkeypress="ZenProfileDialogUI.showSubView(this, event)"
|
|
consumeanchor="zen-profile-button"
|
|
closemenu="none"
|
|
data-l10n-id="toolbar-button-account"
|
|
cui-areatype="toolbar"
|
|
badged="true"
|
|
removable="true">
|
|
<vbox>
|
|
<image id="zen-profile-button-icon" />
|
|
</vbox>
|
|
</toolbarbutton>
|
|
</toolbar> |