mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-27 21:15:46 +01:00
Add :dia errorconsole.
This commit is contained in:
@@ -43,6 +43,8 @@ var Config = Module("config", ConfigBase, {
|
||||
function () "inspectDOMDocument" in window],
|
||||
downloads: ["Manage Downloads",
|
||||
function () { window.toOpenWindowByType("Download:Manager", "chrome://mozapps/content/downloads/downloads.xul", "chrome,dialog=no,resizable"); }],
|
||||
errorconsole: ["Error Console",
|
||||
function () { window.toErrorConsole(); }],
|
||||
history: ["List your history",
|
||||
function () { window.openDialog("chrome://browser/content/history/history-panel.xul", "History", "dialog,centerscreen,width=600,height=600"); }],
|
||||
import: ["Import Preferences, Bookmarks, History, etc. from other browsers",
|
||||
|
||||
Reference in New Issue
Block a user