Don't show/expand the tab bar for feedback about pinned/hidden tabs
This commit is contained in:
parent
313722256d
commit
bff02ff384
@ -767,6 +767,9 @@ AutoHideBrowser.prototype = inherit(AutoHideBase.prototype, {
|
||||
!utils.getTreePref('tabbar.autoShow.feedback'))
|
||||
return;
|
||||
|
||||
if (aTab.pinned || aTab.hidden)
|
||||
return;
|
||||
|
||||
var w = this.window;
|
||||
if (this.delayedShowForFeedbackTimer) {
|
||||
w.clearTimeout(this.delayedShowForFeedbackTimer);
|
||||
|
Loading…
Reference in New Issue
Block a user