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:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user