don't hide doorhangar even if the tab is restored after the doorhangar is shown
This commit is contained in:
parent
1166dc4849
commit
7a83c1ef67
@ -688,7 +688,8 @@ var TreeStyleTabUtils = {
|
|||||||
this.treeBundle.getString('undoCloseTabSetBehavior.restoreOnce'),
|
this.treeBundle.getString('undoCloseTabSetBehavior.restoreOnce'),
|
||||||
this.treeBundle.getString('undoCloseTabSetBehavior.restoreForever'),
|
this.treeBundle.getString('undoCloseTabSetBehavior.restoreForever'),
|
||||||
this.treeBundle.getString('undoCloseTabSetBehavior.ignoreForever')
|
this.treeBundle.getString('undoCloseTabSetBehavior.ignoreForever')
|
||||||
]
|
],
|
||||||
|
persistence : -1 // don't hide even if the tab is restored after the panel is shown.
|
||||||
})
|
})
|
||||||
.next(function(aButtonIndex) {
|
.next(function(aButtonIndex) {
|
||||||
if (aButtonIndex < 2) {
|
if (aButtonIndex < 2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user