зеркало из https://github.com/mozilla/pjs.git
Bug 306208 - tabbar is visible in popups. r=vladimir.
This commit is contained in:
Родитель
3249d01cca
Коммит
a1b50caf17
|
@ -1998,7 +1998,8 @@
|
|||
|
||||
var autoHide = this.mPrefs.getBoolPref("browser.tabs.autoHide");
|
||||
var forceHide = this.mPrefs.getBoolPref("browser.tabs.forceHide");
|
||||
if (!autoHide && !forceHide)
|
||||
var tabStripHide = !window.toolbar.visible;
|
||||
if (!autoHide && !forceHide && !tabStripHide)
|
||||
this.setStripVisibilityTo(true);
|
||||
|
||||
// Hook up a listener for <link>s.
|
||||
|
|
Загрузка…
Ссылка в новой задаче