fix: correct frosted glass disablement not working in several cases and adjust opacity

This commit is contained in:
Hakadao
2024-03-14 00:16:13 -03:00
parent ce9632dd1f
commit 6562da51e0
2 changed files with 25 additions and 26 deletions

View File

@@ -269,6 +269,8 @@ function handleDisableFrostedGlass() {
bewlyElement.classList.add('disable-frosted-glass')
document.documentElement.classList.add('disable-frosted-glass')
settings.value.reduceFrostedGlassBlur = false
}
else {
if (bewlyElement)