Disable detection for Tab Mix Plus because it is buggy for me.

This commit is contained in:
YUKI Hiroshi 2013-09-18 18:02:37 +09:00
parent 5d54fd5a38
commit f42084c29d

View File

@ -1830,9 +1830,10 @@ TreeStyleTabBrowser.prototype = {
'hideTabBar' in this.window 'hideTabBar' in this.window
) && ) &&
prefs.getPref('browser.tabs.autoHide') prefs.getPref('browser.tabs.autoHide')
) || )
// Tab Mix Plus also provides it. // ) ||
'TabmixTabbar' in this.window && this.window.TabmixTabbar.hideMode > 0 // // Tab Mix Plus also provides it.
// 'TabmixTabbar' in this.window && this.window.TabmixTabbar.hideMode > 0
); );
this._tabStripPlaceHolder.collapsed = this._tabStripPlaceHolder.collapsed =
splitter.collapsed = splitter.collapsed =