1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 11:15:46 +01:00

Add a "tabUndo" config feature.

Songbird doesn't support tab undo.
This commit is contained in:
Doug Kearns
2009-06-06 03:12:52 +10:00
parent 56814ed072
commit 29daa12f8e
2 changed files with 14 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ const config = { //{{{
hostApplication: "Firefox",
/*** optional options, there are checked for existence and a fallback provided ***/
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "windows"],
features: ["bookmarks", "hints", "history", "marks", "quickmarks", "session", "tabs", "tabUndo", "windows"],
defaults: {
guioptions: "rb",
showtabline: 2,