From dec4d773d54020496652d9d3c29e6060522b5583 Mon Sep 17 00:00:00 2001 From: Piro / YUKI Hiroshi Date: Wed, 21 Aug 2013 23:19:43 +0900 Subject: [PATCH] Add descriptions for new secret preferences --- defaults/preferences/treestyletab.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/defaults/preferences/treestyletab.js b/defaults/preferences/treestyletab.js index 587f9627..31731c02 100644 --- a/defaults/preferences/treestyletab.js +++ b/defaults/preferences/treestyletab.js @@ -395,6 +395,11 @@ pref("extensions.treestyletab.dropLinksOnTab.behavior", 0); * 1 | 512 = Open as a new tree, as a flat group. */ pref("extensions.treestyletab.openGroupBookmark.behavior", 2304); /* 0 | 256 | 2048 */ +/** + * Group tabs opened by this feature will be created with "temporary" state + * so they will be closed automatically if they are become needless. + * To stay them open, set this to false. + */ pref("extensions.treestyletab.openGroupBookmark.temporaryGroup", true); /** * How to treat tabs dropped to the Bookmarks menu or Bookmarks toolbar. @@ -618,6 +623,11 @@ pref("extensions.multipletab.show.multipletab-selection-item-createSubtree", tru * the first selected tab becomes the parent. */ pref("extensions.treestyletab.createSubtree.underParent", true); +/** + * Group tabs opened by this feature will be created with "temporary" state + * so they will be closed automatically if they are become needless. + * To stay them open, set this to false. + */ pref("extensions.treestyletab.createSubtree.underParent.temporaryGroup", true); /**