From 4291f61727a88b85a2c5162261792b57eb9f525e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiss=20Benedek=20M=C3=A1t=C3=A9?= <42411122+Tasztalos69@users.noreply.github.com> Date: Sun, 29 Oct 2023 13:28:04 +0100 Subject: [PATCH] Remove unnecessary optimization from FAQ (#369) * Fix nesting in blur optimizations * Remove the blur optimizations line altogether --- pages/FAQ/_index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 0d0a56e8..4495e0fa 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -243,9 +243,6 @@ It's heavily advised to use `full` regardless of anything. **_Useful Optimizations_**: -* `decoration:blur_new_optimizations = true`, to use new optimizations for - blurring. - * `decoration:blur = false` and `decoration:drop_shadow = false` to disable fancy but battery hungry effects.