Use better identifying name for overview panel

This commit is contained in:
Raymond Hill 2021-01-07 08:19:47 -05:00
parent 1fcc3c6ddc
commit e4e7cbc78f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 4 additions and 4 deletions

View File

@ -129,7 +129,7 @@
[ 'globalStats', 0b00010 ],
[ 'basicTools', 0b00100 ],
[ 'extraTools', 0b01000 ],
[ 'firewall', 0b10000 ],
[ 'overviewPane', 0b10000 ],
]);
let bits = hsDefault.popupPanelDisabledSections;
for ( const part of disabledPopupPanelParts ) {