Vasya
Vasya

Reputation: 259

How to add panel to icon from toolbarbutton library

I tried to use Erik Vold's toolbarbutton library to add a button near the addressbar. But it doesn't have panel option like widgets have. I just want the same as widgets with onclick panel do but the icon should be near the addressbar or smth like that.

Upvotes: 2

Views: 318

Answers (1)

erikvold
erikvold

Reputation: 16508

There is a panel option in the toolbarbutton module, iirc it works the same as the widget module.

https://github.com/voldsoftware/toolbarbutton-jplib/blob/master/docs/toolbarbutton.md

Upvotes: 1

Related Questions