From beb1084e877f0ae302945f912a3ccf5aaf59ea84 Mon Sep 17 00:00:00 2001 From: hashiguchi <118793426+hashiguchi736@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:14:46 +0900 Subject: [PATCH] Change the minimum value of the bitrate slider to 5 (#9480) Signed-off-by: hashiguchi --- src/ui/header.tis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/header.tis b/src/ui/header.tis index e99d398aa..36aa624b4 100644 --- a/src/ui/header.tis +++ b/src/ui/header.tis @@ -446,7 +446,7 @@ function handle_custom_image_quality() { var extendedBitrate = bitrate > 100; var maxRate = extendedBitrate ? 2000 : 100; msgbox("custom-image-quality", "Custom Image Quality", "
\ -
x% Bitrate More
\ +
x% Bitrate More
\
", "", function(res=null) { if (!res) return; if (res.id === "extended-slider") {