http-nowhere icon indicating copy to clipboard operation
http-nowhere copied to clipboard

Nice to have: Clickable Menu Button

Open johndoe- opened this issue 10 years ago • 1 comments

It would be nice to have a clickable button in the toolbar, that toggles the enabled state. It's easy to do (Firefox):

<toolbarbutton
id="httpNowhere-button"
class="httpNowhere-button"
type="menu-button"
label="HTTP Nowhere"
title="HTTP Nowhere"
image="chrome://http-nowhere/skin/httpNowhere-button-enabled.png"
badgeLabel=""
status="disabled"
oncommand="httpNowhere.toggleEnabled();">
...

Thanks

johndoe- avatar Nov 19 '14 12:11 johndoe-

There is a button toolbar:

btn

@johndoe- you probably need to Customize... the toolbar and move the button to the right place.

nodiscc avatar Oct 05 '16 13:10 nodiscc