diff options
Diffstat (limited to 'chrome/content/overlay.xul')
-rw-r--r-- | chrome/content/overlay.xul | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/content/overlay.xul b/chrome/content/overlay.xul index c65df70..d180d1f 100644 --- a/chrome/content/overlay.xul +++ b/chrome/content/overlay.xul @@ -24,4 +24,13 @@ insertafter="context-stop" oncommand="RedirectorOverlay.onContextMenuCommand(event)"/> </popup> + <statusbar id="status-bar"> + <statusbarpanel id="redirector-status"> + <image id="redirector-statusbar-img" src="chrome://redirector/content/statusactive.png" + tooltiptext="Redirector is enabled;" + style="width:16px; height:16px;" + onclick="RedirectorOverlay.toggleEnabled();" /> + </statusbarpanel> + </statusbar> + </overlay>
\ No newline at end of file |