mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-08 02:53:33 +02:00
Add the subscription dialog to :dialog.
This commit is contained in:
@@ -133,7 +133,9 @@ const config = { //{{{
|
|||||||
["searchengines", "Manage installed search engines",
|
["searchengines", "Manage installed search engines",
|
||||||
function () { window.openDialog("chrome://browser/content/search/engineManager.xul", "_blank", "chrome,dialog,modal,centerscreen"); }],
|
function () { window.openDialog("chrome://browser/content/search/engineManager.xul", "_blank", "chrome,dialog,modal,centerscreen"); }],
|
||||||
["selectionsource", "View selection source",
|
["selectionsource", "View selection source",
|
||||||
function () { buffer.viewSelectionSource(); }]
|
function () { buffer.viewSelectionSource(); }],
|
||||||
|
["subscribe", "Add a new subscription",
|
||||||
|
function () { SBSubscribe(); }]
|
||||||
],
|
],
|
||||||
|
|
||||||
//TODO : Write intro.html and tutorial.html
|
//TODO : Write intro.html and tutorial.html
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ Available dialogs:
|
|||||||
*savepage* Save page to disk
|
*savepage* Save page to disk
|
||||||
*searchengines* Manage installed search engines
|
*searchengines* Manage installed search engines
|
||||||
*selectionsource* View selection source
|
*selectionsource* View selection source
|
||||||
|
*subscribe* Add a new subscription
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
Reference in New Issue
Block a user