You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Preferences" button now opens options help page (#702)
The Vimperator "Preferences" button on the Firefox Add-ons page now
opens the options help page in a new tab.
I changed the `optionsURL` to the "options" help page and changed the
`optionsType` to `3`, which means:
> Opens optionsURL in a new tab (if the application supports that), or a
> dialog box
See here for documentation:
https://developer.mozilla.org/en-US/Add-ons/Install_Manifests#optionsType
Before, the button did not do anything.
Fixes#574
0 commit comments