From e6be419a30f666f5428eb0f7ae0918b6ea9bdac4 Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Thu, 9 Apr 2026 21:58:05 -0400 Subject: [PATCH] should use 0 as defalut for brightness (#13345) --- blueprints/Brightness and Contrast.json | 2 +- blueprints/Glow.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/Brightness and Contrast.json b/blueprints/Brightness and Contrast.json index 6a234139d..90bfe999d 100644 --- a/blueprints/Brightness and Contrast.json +++ b/blueprints/Brightness and Contrast.json @@ -182,7 +182,7 @@ ] }, "widgets_values": [ - 50 + 0 ] }, { diff --git a/blueprints/Glow.json b/blueprints/Glow.json index 42cf63e8a..8c690fc68 100644 --- a/blueprints/Glow.json +++ b/blueprints/Glow.json @@ -316,7 +316,7 @@ "step": 1 }, "widgets_values": [ - 30 + 0 ] }, {