fix: remove outdated GaussianBlur effect

This commit is contained in:
Kiana Sheibani 2026-02-11 23:55:57 -05:00
parent 1e7d08551b
commit 2d21c0fb19
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 7 additions and 8 deletions

View file

@ -22,7 +22,7 @@ PartialBlur="false"
## Enable or disable the blur effect; if HaveFormBackground is set to true then PartialBlur will trigger the BackgroundColor of the form element to be partially transparent and blend with the blur.
BlurRadius="0"
## Set the strength of the blur effect. Anything above 100 is pretty strong and might slow down the rendering time. 0 is like setting false for any blur.
## Set the strength of the blur effect. Anything above 50 is pretty strong and might slow down the rendering time. 0 is like setting false for any blur.