Don't restore initial mode for new window
This commit is contained in:
parent
2398b837b0
commit
7b038dce32
@ -1435,6 +1435,9 @@ AutoHideWindow.prototype = inherit(AutoHideConstants, {
|
||||
var mode = this.treeStyleTab.isFullscreenAutoHide ?
|
||||
utils.getTreePref('tabbar.autoHide.mode.fullscreen') :
|
||||
this.lastMode;
|
||||
if (mode == this.mode)
|
||||
return;
|
||||
|
||||
this.mode = mode;
|
||||
if (mode != this.kMODE_DISABLED)
|
||||
this.updateKeyListeners(this.window);
|
||||
|
Loading…
x
Reference in New Issue
Block a user