Disable detection for Tab Mix Plus because it is buggy for me.
This commit is contained in:
parent
5d54fd5a38
commit
f42084c29d
@ -1830,9 +1830,10 @@ TreeStyleTabBrowser.prototype = {
|
||||
'hideTabBar' in this.window
|
||||
) &&
|
||||
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 =
|
||||
splitter.collapsed =
|
||||
|
Loading…
Reference in New Issue
Block a user