feat: add blur_optimized option

This commit is contained in:
DreamMaoMao 2025-06-25 10:57:30 +08:00
parent 31d82747cf
commit f45424c095
4 changed files with 16 additions and 3 deletions

View file

@ -189,6 +189,7 @@ int border_radius = 0;
int border_radius_location_default = CORNER_LOCATION_ALL;
int blur = 0;
int blur_layer = 0;
int blur_optimized = 1;
struct blur_data blur_params;