Skip to content

Commit 7f33c04

Browse files
schemarmaxauthority
authored andcommitted
"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
1 parent 036d645 commit 7f33c04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vimperator/install.rdf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<em:creator>Martin Stubenschrott</em:creator>
1313
<em:homepageURL>http://vimperator.org</em:homepageURL>
1414
<em:iconURL>chrome://vimperator/skin/icon.png</em:iconURL>
15-
<em:optionsURL>chrome://liberator/content/preferences.xul</em:optionsURL>
15+
<em:optionsType>3</em:optionsType>
16+
<em:optionsURL>liberator://help/options</em:optionsURL>
1617
<em:updateURL>###UPDATEURL###</em:updateURL>
1718
<em:targetApplication>
1819
<Description>

0 commit comments

Comments
 (0)