fix regression: checkbox state of the confirmation notification is saved correctly
This commit is contained in:
parent
8bec6fc3b5
commit
cdeed0bc2b
@ -465,7 +465,7 @@ var TreeStyleTabUtils = {
|
||||
behavior |= self.kUNDO_CLOSE_SET;
|
||||
}
|
||||
if (checkbox.checked) {
|
||||
behavior ^= self.kUNDO_ASK;
|
||||
behavior |= self.kUNDO_ASK;
|
||||
self.setTreePref('undoCloseTabSet.behavior', behavior);
|
||||
}
|
||||
return behavior;
|
||||
|
Loading…
x
Reference in New Issue
Block a user