mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 12:24:13 +01:00
Remove some config.name checks. Add configbase module.
This commit is contained in:
@@ -110,7 +110,7 @@ function Tabs() //{{{
|
||||
}
|
||||
|
||||
// hide tabs initially
|
||||
if (config.name == "Vimperator")
|
||||
if (config.hasTabbrowser)
|
||||
getBrowser().mStrip.getElementsByClassName("tabbrowser-tabs")[0].collapsed = true;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user