1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 17:12:28 +01:00

Overlay appmenu-button in addition to appmenu-toolbar-button for Windows®.

This commit is contained in:
Kris Maglione
2011-02-11 07:38:59 -05:00
parent 791994cc18
commit 27683a0839

View File

@@ -43,6 +43,7 @@ var StatusLine = Module("statusline", {
XML.ignoreWhitespace = true;
let _commandline = "if (window.dactyl) return dactyl.modules.commandline";
let prepend = <e4x xmlns={XUL} xmlns:dactyl={NS}>
<button id="appmenu-button" label="" image="chrome://branding/content/icon16.png" />
<toolbarbutton id="appmenu-toolbar-button" label="" image="chrome://branding/content/icon16.png" />
<statusbar id="status-bar" highlight="StatusLine" ordinal="0">
<!-- insertbefore="dactyl.statusBefore;" insertafter="dactyl.statusAfter;" -->