mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-04 08: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",
|
||||
function () { window.openDialog("chrome://browser/content/search/engineManager.xul", "_blank", "chrome,dialog,modal,centerscreen"); }],
|
||||
["selectionsource", "View selection source",
|
||||
function () { buffer.viewSelectionSource(); }]
|
||||
function () { buffer.viewSelectionSource(); }],
|
||||
["subscribe", "Add a new subscription",
|
||||
function () { SBSubscribe(); }]
|
||||
],
|
||||
|
||||
//TODO : Write intro.html and tutorial.html
|
||||
|
||||
Reference in New Issue
Block a user