1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 08:07:58 +01:00

Merge branch default.

--HG--
branch : bootstrapped
This commit is contained in:
Kris Maglione
2010-12-24 05:54:25 -05:00
5 changed files with 25 additions and 20 deletions

View File

@@ -964,7 +964,7 @@ const Tabs = Module("tabs", {
"See 'showtabline' option.");
tabs.tabStyle.enabled = false;
}
if (value != 1)
if (value != 1 || !dactyl.has("Gecko2"))
config.tabStrip.collapsed = false;
return value;
},