mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-19 13:03:33 +02:00
Closes issue #204.
This commit is contained in:
@@ -955,7 +955,7 @@ const Tabs = Module("tabs", {
|
|||||||
"See 'showtabline' option.");
|
"See 'showtabline' option.");
|
||||||
tabs.tabStyle.enabled = false;
|
tabs.tabStyle.enabled = false;
|
||||||
}
|
}
|
||||||
if (value != 1)
|
if (value != 1 || !dactyl.has("Gecko2"))
|
||||||
config.tabStrip.collapsed = false;
|
config.tabStrip.collapsed = false;
|
||||||
return value;
|
return value;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user