We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb3006 commit 774aa64Copy full SHA for 774aa64
app/view/main_window.py
@@ -218,7 +218,7 @@ def applyBackgroundEffectByCfg(self):
218
self.setStyleSheet("background-color: transparent")
219
self.windowEffect.setMicaEffect(self.winId(), _)
220
elif cfg.backgroundEffect.value == 'MicaBlur':
221
- self.windowEffect.setMicaEffect(self.winId(), _, isBlur=True)
+ self.windowEffect.setMicaEffect(self.winId(), _)
222
223
elif cfg.backgroundEffect.value == 'MicaAlt':
224
self.windowEffect.setMicaEffect(self.winId(), _, isAlt=True)
0 commit comments