From b66aa110134f54023ea5d3172c669ecfa53b3892 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 7 Oct 2024 20:41:52 +0300 Subject: [PATCH] chore: update `apply_blur` win 11 requirement in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d885302..6fa85ab 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ For a more complete example of usage with [tauri](https://tauri.app/), see [`exa | Function | Supported platforms | Notes | | :--- | :---: | :--- | -| `apply_blur`&`clear_blur` | Windows 7/10/11 (22H1 only) | Bad performance when resizing/dragging the window on Windows 11 build 22621. | +| `apply_blur`&`clear_blur` | Windows 7/10/11 (22H1 only) | Bad performance when resizing/dragging the window on Windows 11 build 22621+. | | `apply_acrylic`&`clear_acrylic` | Windows 10/11 | Bad performance when resizing/dragging the window on Windows 10 v1903+ and Windows 11 build 22000. | | `apply_mica`&`clear_mica` | Windows 11 | | | `apply_vibrancy` | macOS 10.10 and newer | |