1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-12 17:45:47 +01:00

Closes issue #204.

This commit is contained in:
Kris Maglione
2010-12-23 20:27:34 -05:00
parent 5a51f53a74
commit cace9f737c

View File

@@ -955,7 +955,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;
},