Closed Fire-Cube closed 1 year ago
You can just set a non-transparent background.
Let's say:
to enable blur:
ApplyMica(...)
window.setStyleSheet("background-color: transparent;")
to disable blur:
window.setStyleSheet("background-color: #fafafa;")
to re-enable blur:
window.setStyleSheet("background-color: transparent;")
Did this help?
How can I unblur a PySide6 window?