Fix transparent fill

This commit is contained in:
the1812 2022-08-28 15:13:48 +08:00
parent 99cb09c657
commit 33d71dd06f

View File

@ -31,7 +31,10 @@ export const checkTransparentFill = async (vm: {
}
return false
},
).then(() => {
).then(banner => {
if (banner.length === 0) {
return
}
addComponentListener('customNavbar.transparent', value => {
if (!getComponentSettings('hideBanner').enabled) {
vm.toggleStyle(value, 'transparent')