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
|
'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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user