mirror of https://github.com/gorhill/uBlock.git
Properly auto-toggle on firewall pane [regression]
... when enabling advanced user mode. A regression caused the pane to be toggled to hidden state instead of being toggled to shown state.
This commit is contained in:
parent
91b00caa46
commit
3d3cd58d9f
|
@ -331,7 +331,7 @@ const matchBucket = function(url, hostname, bucket, start) {
|
||||||
switch ( name ) {
|
switch ( name ) {
|
||||||
case 'advancedUserEnabled':
|
case 'advancedUserEnabled':
|
||||||
if ( value === true ) {
|
if ( value === true ) {
|
||||||
us.popupPanelSections = 0b1111;
|
us.popupPanelSections |= 0b11111;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'autoUpdate':
|
case 'autoUpdate':
|
||||||
|
|
Loading…
Reference in New Issue