mirror of https://github.com/gorhill/uBlock.git
Officialize `uiPopupConfig` advanced setting
Related discussion: - https://github.com/uBlockOrigin/uBlock-issues/issues/1817#issuecomment-981104204
This commit is contained in:
parent
217bddb423
commit
395a4e36a9
|
@ -81,7 +81,7 @@ const hiddenSettingsDefault = {
|
|||
selfieAfter: 3,
|
||||
strictBlockingBypassDuration: 120,
|
||||
suspendTabsUntilReady: 'unset',
|
||||
uiPopupConfig: 'undocumented',
|
||||
uiPopupConfig: 'unset',
|
||||
uiFlavor: 'unset',
|
||||
uiStyles: 'unset',
|
||||
uiTheme: 'unset',
|
||||
|
|
|
@ -364,7 +364,7 @@ const popupDataFromTabId = function(tabId, tabTitle) {
|
|||
tooltipsDisabled: µbus.tooltipsDisabled
|
||||
};
|
||||
|
||||
if ( µbhs.uiPopupConfig !== 'undocumented' ) {
|
||||
if ( µbhs.uiPopupConfig !== 'unset' ) {
|
||||
r.uiPopupConfig = µbhs.uiPopupConfig;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue